This repository was archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
CBuilding
Pooya Eimandar edited this page Sep 2, 2018
·
8 revisions
Get the source code from repository, Wolf publishes source in two rolling branches:
- The release branches is extensively tested and makes a great starting point for learning how to use Wolf Engine or making your own real time application or games.
- The master branch which is the original source and may be buggy.
git clone https://github.com/WolfSource/Wolf.Engineor fork a copy of Wolf into your github account. - I recommend SmartGit as cross platform git client.
- Note for linux developers, after download it, run following commands:
- first install git
sudo apt-get updatesudo apt-get install git
cd ~/smartgit/bin/sudo chmod +x ./smartgit.sh- enter your ubuntu password if asked
- in case you face with following error: No java environment found (JRE 1.8 or higher required), do following steps:
sudo apt-get install openjdk-8-jregedit ~/path-to-smartgit/bin/smartgit.vmoptions- add following text
jre="/usr/lib/jvm/java-8-openjdk-amd64/jre/" - now run smartgit
./smartgit.sh
- first install git
- Note for linux developers, after download it, run following commands:
Now, you have the source code of Wolf, then run install.sh (for linux and Mac) or install.cmd (for Windows) from root folder, this script will unpack all dependencies and build the project.
Getting Started
Samples