Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 222 Bytes

Building

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make

Binaries will be found in the build directory. In order to install cget locally (/usr/local/bin), run:

    $ make install