Skip to content

khuong-nv/liboptoforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liboptoforce

Created by khuongnv

How to build:

  • Install dependence: sudo apt install libboost-all-dev -y

  • Build driver library (dynamic library)

    cd libopticforce

    qmake (qmake or path to qmake binary file, For me: /opt/Qt5.14.2/5.14.2/gcc_64/bin/qmake)

    make -j8

  • Build basic command-line utilities

    cd libopticforce/bin

    qmake build.pro (or path to qmake binary file, For me: /opt/Qt5.14.2/5.14.2/gcc_64/bin/qmake)

    make -j8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published