13 lines
469 B
Markdown
13 lines
469 B
Markdown
# Develop
|
|
If you are on Linux:
|
|
- Navigate to command/linux in terminal.
|
|
- Run `sh setup.sh` to setup your environment.
|
|
- Run `sh rebuild.sh` to build the application.
|
|
- Navigate to earn/ and run `executable` to run the built program.
|
|
|
|
If you are on Windows:
|
|
- Navigate to command/windows in command prompt.
|
|
- Run `setup.bat` to setup your environment.
|
|
- Run `rebuild.bat` to build the application.
|
|
- Navigate to earn/ and run `executable.exe` to run the built program.
|