Compiling TPT++ with Codeblocks

  • firefreak11
    7th May 2013 Member 0 Permalink

    We need a tutorial on this. I refuse to work with MSVC because it has never worked for me. I love Code Blocks so if someone could put up a tutorial on the wiki of how to get tpt++ to compile with this lovely IDE, please do so soon.

  • jacob1
    7th May 2013 Developer 0 Permalink
    I can't write it because I haven't ever gotten scons to work. So you will just have to figure it out yourself ...

    the build command it needs to run is scons --win --release --stable --sse2 (I think that's it). Just figure out how to change the build command from in codeblocks somehow, and writing a guide would be nice too ...

    All you really need to do is make it run that command. Also, you need to install python 2 and scons.
  • mniip
    7th May 2013 Developer 0 Permalink
    use this dead simple makefile:
    http://mniip.com/qp/f000000DE