-
Notifications
You must be signed in to change notification settings - Fork 30
Quick and easy dev setup
Richard Preen edited this page Jul 18, 2024
·
9 revisions
Quickly bootstrap a local development setup.
Also see:
cd ~
Replace this url with your own fork if desired.
git clone https://github.com/ForsakenX/forsaken.git
cd forsaken
git clone https://github.com/ForsakenX/forsaken-data.git data
git clone https://github.com/ForsakenX/forsaken-libs.git libs
mkdir -p savegame logs configs pilots
Pay attention to any errors.
Install missing tools ex: mecurial
cmake
etc.
./libs/src/build.sh
./libs/make.sh
./libs/run.sh
I generally make a few wrappers around make.sh
and run.sh
that have common shortcuts for my workflow.
If you ever want to point to another asset folder for testing
then just pass -chdir
as the last option pointing to your game
folder.
You don't need to do that here since in this case we treat this folder as the game folder.