Skip to content

vojha2404/driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Steps to build driver (Ubuntu 18.04)
1. Generate ssh key for your github account: https://evertz.atlassian.net/wiki/spaces/ORT/pages/521011217/Overture+18.04+Virtual#Generate-an-SSH-key-and-add-it-to-your-github-account
2. Clone ortdriver repo(git clone git@github.com:evertz-ort/ortdriver.git)
3. Configure S3 mountpoint: https://evertz.atlassian.net/wiki/spaces/ORT/pages/521011217/Overture+18.04+Virtual#Configure-S3-mountpoint-to-obtain-dependencies
4. cd ortdriver
5. git submodule update --init --recursive
6. ./deps.sh
7. mkdir build
8. cd build
9a. cmake ..
9b. Some extra options
    - Build tests ("cmake -DBUILD_TESTS=ON ..")
    - Build tools ("cmake -DBUILD_TOOLS=ON ..")
10. make -j24
11. ctest //To run all tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages