Skip to content

Utilities to be used across multiple projects created

Notifications You must be signed in to change notification settings

patilrajeevs/utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

utility

Utilities to be used across multiple projects created

Usage

Create build directory

mkdir build
cd build

#from the build dir, execute cmake and make

cmake ..
make

#Do install the libraries on the host, these are static libraries. #This will copy the required header files and shared libraries into the system

sudo make install

About

Utilities to be used across multiple projects created

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published