mirror of
https://github.com/open-goal/jak-project
synced 2026-06-07 03:58:11 -04:00
Some last things added to the README
This commit is contained in:
@@ -64,11 +64,29 @@ Once Scoop is installed, run the following command:
|
||||
scoop install llvm nasm
|
||||
```
|
||||
|
||||
Initialize the repository's third-party dependencies:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
Open the project as a CMake project, browse for the root level `CMakeLists.txt`:
|
||||
|
||||

|
||||
|
||||
TODO - more steps to follow as we actually figure it out!
|
||||
In the toolbar, you should be able to select an individual component to compile, or combine within the root CMakeLists.txt. In the future we will pre-define configurations to make this easier.
|
||||
|
||||

|
||||
|
||||
You may also wish to view the files that pertain to each CMake target, rather than the project as it is normally:
|
||||
|
||||

|
||||
|
||||
TODO
|
||||
|
||||
- more steps to follow as we actually figure it out!
|
||||
- running tests
|
||||
- etc
|
||||
|
||||
## Project Layout
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user