Build procedure is not clear
alexbuzzbee opened this issue ยท 0 comments
There is no section in README.md
or BUILDING
/BUILDING.md
file to explain how to build ComputerCraft. It's fairly easy to figure out, but it would be nice to have a note along the lines of:
## Building
To build ComputerCraft, follow these steps:
1. `git clone` this repository onto your machine.
2. `cd` to it.
3. Run `./setup.sh` on Unix, or `setup.bat` on Windows.
4. Run `./deploy.sh` on Unix, or `gradlew.bat build` on Windows.
ComputerCraft is now built in `./build`.
Once you have done steps 1-3, you can build with step 4 without doing them again.
Obviously modified to reflect the full build process (esp. on Windows).