Skip to content

Kotolegokot/Plaine

Repository files navigation

Plaine

Fuck you bitch motherfucker

Dependencies

Building

Simply open the project in Code::Blocks, choose the appropriate build target and press Ctrl-F9. Libs must be put into deps/lib/ (i.e. deps/lib/Irrlicht.dll) directory, and their headers into deps/include/ (i.e. deps/include/irrlicht/). Linux standard paths (/usr/lib/, /usr/include/ etc.) work as well.

Also you can use cmake to build the project (doesn't work on Windows yet (mb)):

  • mkdir build
  • cd build
  • cmake .. [-DDEBUG=1]
  • make [-jN] where N is the number of your processor cores

You can change the compiler used by specifying the CXX variable.

QtCreator works fine, too.

Compiler

TDM-GCC (Windows), gcc (linux), clang (linux) have been tested to successfully bulid the project. Make sure your compiler supports C++14.

Releases

No releases published

Packages

No packages published

Languages