-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
duongnguyen
committed
May 26, 2023
1 parent
9fa7e5b
commit 50d6f35
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,14 @@ This repo is officially SDK for all Gremsy's Payloads | |
This source code can run on any Linux system | ||
In this repo, all examples were tested on Jetson Xavier NX (Jetpack 4.6) | ||
|
||
## Clone the project | ||
``` | ||
git clone -b develop --recurse-submodules [email protected]:Gremsy/PayloadSdk.git | ||
``` | ||
## How to build | ||
$ cd PayloadSdk/src | ||
$ mkdir build && cd build | ||
$ cmake .. | ||
$ make -j6 | ||
``` | ||
cd PayloadSdk/src | ||
mkdir build && cd build | ||
cmake .. | ||
make -j6 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters