BarryG wrote: Wed Nov 03, 2021 10:52 am
Nope, this is still far too confusing for a newbie like me. I'd need a literal step-by-step. All I've done so far is copy my existing PureBasic folder to "PureBasicIDE", and unzipped the "UnixTools-4-Win" folder inside it. Have no idea what to do next. We need a real simple step-by-step tutorial. Anyone up to the task? Thanks.
'makewindows.cmd' is not recognized as an internal or external command, operable program or batch file.
You not need unix tools for compile Windows, but you need source IDE
1. Go to
https://github.com/fantaisie-software/purebasic
2. Click on Green button 'Code'
3. Select 'Download Zip' on dropdown menu
5. Create a folder anywhere where you have acces write (ie: C:\PB_Dev_IDE)
4. Copy your PB (6) exist folder in this folder (ie: C:\PB_Dev_IDE\PureBasic)
5. Unzip all files in a another directory (ie: C:\PB_Dev_IDE\purebasic-devel)
So you have now:
- C:\PB_Dev_IDE\PureBasic (Copy of the last PB6)
- C:\PB_Dev_IDE\purebasic-devel (All sources of PB IDE)
6. Go to c:\PB_Dev_IDE\purebasic-devel\PureBasicIDE\
7. Edit file MakeWindows.cmd
8. Line #69 change
-
/cygdrive/c/PureBasic/git/purebasic/PureBasicIDE/data/PBSourceFile.ico
To
-
%PUREBASIC_HOME%/../purebasic-devel/PureBasicIDE/data/PBSourceFile.ico
9. Go to folder where
MakeWindows.cmd is (C:\PB_Dev_IDE\purebasic-devel\PureBasicIDE)
10. Compile (launch MakeWindows followed by folder of your PB6 copy
-
MakeWindows.cmd c:\PB_Dev_IDE\PureBasic
11. your c:\PB_Dev_IDE\PureBasic\PureBasic.exe is the new IDE (see about box)
Edit 14:00: Corrected PureBasicC to PureBasic
That's all
