Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Dynamic Library for Linux with cmake
no vote
This is a project which shown how to prepare our own dynamic library for linux. Example is prepared in C++, using cmake for preparing make and building source code. Package contain 2 separate projects 1) dynamic library - with simple class 2) simple test program using dynamic library created in point 1. For build each part type: ./compile.sh ; cd build_pc ; make Notice: library which will be build has to be in /usr/lib path
ebs
2016-08-23
0
1
No more~