Installation - felipemanga/FemtoIDE GitHub Wiki
Windows
Just download the Windows zip, extract and run IDE.exe.
Macintosh
See Installing on a Macintosh.
Fedora
Before you can run the IDE's emulator, you must download the SDL2 libraries with the following command:
sudo dnf install SDL2 SDL2_net SDL2_image ncurses-compat-libs
Once that's done, extract the Linux release and run IDE.
Debian / Ubuntu
Before you can run the emulator, you must download the SDL2 libraries with the following command:
sudo apt install libsdl2 libsdl2_net libsdl2_image
Once that's done, extract the Linux release and run IDE.
In case you're facing "GLIBCXX_" error after a successful compilation of the project, you can try to run this commands:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9
sudo apt-get upgrade libstdc++6