Skip to content

Commit

Permalink
documentation - update BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus authored Jan 7, 2024
1 parent f845852 commit 87be51d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ And finally, you'll need to install the python package [`PyInstaller`](https://p

Here's a summary of each command case per case that you'll need to run to compile the program.

```bash
```shell
$ mkdir yamale
$ echo `4.0.4` >> yamale/VERSION # for certain reasons, the compiled program needs this file
$ python -m PyInstaller \
Expand All @@ -63,6 +63,7 @@ source/logger_sys.py \
```

Alternatively, you can run the bash script `compile.sh` in the root directory.
**For windows and macos user, compiling has not been tested yet.**

The compiled executable file will be found in the `dist/` directory, which is located in the root directory.

Expand Down

0 comments on commit 87be51d

Please sign in to comment.