mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Readme: Add git submodule command
This commit is contained in:
parent
b1196b30f6
commit
ded2d1a6b7
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ Dependencies are CMake, Qt 5 with QtMultimedia, QtOpenGL and QtSvg, FFMPEG (liba
|
||||||
protoc and the protobuf Python library (only used during compilation for Nanopb).
|
protoc and the protobuf Python library (only used during compilation for Nanopb).
|
||||||
Then, Chiaki builds just like any other CMake project:
|
Then, Chiaki builds just like any other CMake project:
|
||||||
```
|
```
|
||||||
|
git submodule update --init
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
@ -69,4 +70,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue