Happy farmer is a new-generation clone of the original Maxis Sim Farm game.
To compile the game, you first need to have the Qt5 development framework installed (http://www.qt.io). On Ubuntu/Debian this might work:
sudo apt install qtbase5-dev qttools5-dev-tools qttools5-dev
To compile the game, type in bash:
cmake .
make
Run the game by typing
src/happyfarmer
Matevž Jekovec [email protected]