Menu

Home

Aleš Čepek Petra Millarová

Welcome to gama-local wiki!

How to create gama-local executables from source?

  • Clone gama sourcecode to your local machine:
git clone https://git.savannah.gnu.org/git/gama.git
  • Build gama with CMake:
cd gama
mkdir build
cd build
cmake ..
cmake --build . --config Release
  • Make sure all tests pass:
ctest -C Release
  • Find the *.exe file in the Release folder and upload it to sourceforge.
  • That's it!

Project Members:

For GUI version see https://sourceforge.net/projects/gnu-gama-q2


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.