Skip to content

dimitry-ishenko-cpp/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Project description.

Installation

Binary

Debian/Ubuntu/etc:

$ p=...  v=0.0
$ wget https://github.com/dimitry-ishenko/${p}/releases/download/v${v}/${p}_${v}_amd64.deb
$ sudo apt install ./${p}_${v}_amd64.deb

RaspberryPi:

$ p=... v=0.0
$ wget https://github.com/dimitry-ishenko/${p}/releases/download/v${v}/${p}_${v}_armhf.deb
$ sudo apt install ./${p}_${v}_armhf.deb

From source

Stable version (requires CMake >= 3.1):

$ p=... v=0.0
$ wget https://github.com/dimitry-ishenko/${p}/releases/download/v${v}/${p}-${v}.tar.bz2
$ tar xjf ${p}-${v}.tar.bz2
$ mkdir ${p}-${v}/build
$ cd ${p}-${v}/build
$ cmake ..
$ make
$ sudo make install

Latest master (requires git and CMake >= 3.1):

$ p=...
$ git clone --recursive https://github.com/dimitry-ishenko/${p}.git
$ mkdir ${p}/build
$ cd ${p}/build
$ cmake ..
$ make
$ sudo make install

Authors

  • Dimitry Ishenko - dimitry (dot) ishenko (at) (gee) mail (dot) com

License

This project is distributed under the GNU GPL license. See the LICENSE.md file for details.

Acknowledgments

  • John Doe

About

Template for CMake based projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published