Skip to content

nocotan/chppl-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chppl-tool

MIT License Website GitHub issues GitHub stars GitHub release GitHub commits

Twitter

chppL is the C/C++ package manager for header only, single file library like Python pip or Ruby gems.

This enables easy registration / installation of C ++ header-only libraries.

chppL

Install

Please install with the following command.

$ cd  
$ git clone https://github.com/nocotan/chppl-tool  
$ cd chppl-tool/chppl-tool/src
$ make
$ echo "export PATH=$PATH:~/chppl-tool/chppl-tool/bin" >> ~/.bashrc

Usage

How to use each command.

Show help commands

$ chppl help

Search package

$ chppl search <package name>

Install package

$ chppl install <package name>

Download package

$ chppl download <package name>

Compile

By specifying /libs in the chppL installation directory, you can easily link C ++ libraries.

$ g++ -I$HOME/.chppl/libs test.cpp

Requirements

Linux

$ sudo apt-get install subversion subversion-tools postgresql postgresql-server-dev-9.3