Skip to content

Commit

Permalink
Merge pull request #80 from RandomGamingDev/better-os-support
Browse files Browse the repository at this point in the history
Added reference for which build file to call on different OSes
  • Loading branch information
NicSavichev authored Sep 5, 2024
2 parents 56ed5c3 + 5bff349 commit eb19c38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ X:\develop\DagorEngine\samples\testGI\game

To build the "testGI" sample, navigate to the X:\develop\DagorEngine\samples\testGI\prog folder and run the "jam" command. After building, the executable file will be placed in the testGI\game folder.

Run DagorEngine/build_all.cmd to build the entire project toolkit from the source code. This process may take a considerable amount of time.
Run `build_all`:
- Windows: DagorEngine/build_all.cmd
- MacOS: DagorEngine/build_all_macOS.sh
- Linux: DagorEngine/build_all_linux.sh

This builds the entire project toolkit from the source code. This process may take a considerable amount of time.

## Open-source roadmap

Expand Down

0 comments on commit eb19c38

Please sign in to comment.