Initial commit
This commit is contained in:
13
tf3-main/README.md
Normal file
13
tf3-main/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Requirements:
|
||||
- Ubuntu 20.04.6 LTS / 22.04 LTS
|
||||
|
||||
# Build tf3 project:
|
||||
- Build and install tf3 library:
|
||||
```
|
||||
cd tf3
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/usr/local
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
Reference in New Issue
Block a user