Author Topic: HELP!!!  (Read 9840 times)

Offline mon

  • New Member
  • *
  • Posts: 1
  • Karma: +0/-0
HELP!!!
« on: January 12, 2007, 10:12:28 PM »
i can't compile my FBA... could somebody show me how to compile it (step-by-step)? i already have a zipped file of FBA and that's it... i don't know what to do after i unzipped it... please help me... tnx..

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: HELP!!!
« Reply #1 on: January 14, 2007, 02:03:40 AM »
You need to set up MinGW

http://neosource.1emu.net/MinGW.7z

unzip that to a root drive (C:/mingw/ or D:/mingw/ or something)

next,

right click on "My Computer" and then go to "Properties"
You should get to the "System" window (similar to what's shown in the screenshot that's attached.)

Select the 'Advanced' sheet (on Windows 2000, called 'Environment' on NT).
Click on 'Environment Variables...'.
Click on 'New...' (under the 'System variables' section).
Specify a variable name of 'MINGDIR' and value of 'd:\mingw' (change the 'd:' as appropriate, if you are using a different disk!).

Click on 'New...' (under the 'System variables' section).
Specify a variable name of 'UNIX_TOOLS' and value of '1'.

Select 'Path' (under the 'System variables' section).
Click 'Edit...'.
Add ';d:\mingw\bin' at the end of the value line and press 'OK'. (change the 'd:' as appropriate, if you are using a different disk!).


after that , just bring up a command line window in the fba_source directory and type MAKE
« Last Edit: January 20, 2007, 02:35:27 PM by iq_132 »