Skip to content

Commit

Permalink
Merge pull request #32 from tritonuas/chore/cmake-inside-build
Browse files Browse the repository at this point in the history
update readme instructions to run cmake/make inside build folder
  • Loading branch information
Tyler-Lentz authored Oct 16, 2023
2 parents 64837fc + 734a5e4 commit e9f0a08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,15 @@ Now that everything is installed, here is the process to build and run the appli
root@d26aba74c8cd:/workspaces/obcpp#
```

8. Create a build directory and enter it (All the following commands should be run from inside the build directory)
```sh
mkdir build
cd build
```

8. Build CMake files with the following command:
```sh
cmake .
cmake ..
```

9. Build executable with the following command. (You will need to do this anytime you edit code.)
Expand Down

0 comments on commit e9f0a08

Please sign in to comment.