Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 938 Bytes

File metadata and controls

executable file
·
20 lines (17 loc) · 938 Bytes

IGEditor

The inGame Editor for SpaceStory (french lua + auto completion ...) made with WxWidget\

To import this project in eclipse :
create new c++ project,
For the location, just look up for the path where the project folder is,
and for the project name, named it with the project folder name.

For wxwidget, use the following commands to get the cppFlags (and then add it to eclipse project properties > C/C++ Build > Settings) :

  • wx-config --libs
  • wx-config --cppflags

Also add -pthread to use pthread (linker > Miscellaneous > linker Flags)

Take the lastest Stable release !
to install it, see in docs/gtk, (you have to use --with-gtk=3 under linux for gtk3)
it requires (lib)gtk3, (lib)gtk3-dev, pkg-config, build-essential (to compile).
Under ArchLinux, see in their repo (extra : wxgtk3)