~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to README.md

  • Committer: tintou
  • Author(s): Daniel Foré
  • Date: 2017-04-11 14:49:34 UTC
  • Revision ID: git-v1:ed0a01456ef0f38b643257ab289dedcafe2461e6
Create README.md (#11)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Contractor
 
2
 
 
3
## Building, Testing, and Installation
 
4
 
 
5
It's recommended to create a clean build environment
 
6
 
 
7
    mkdir build
 
8
    cd build/
 
9
    
 
10
Run `cmake` to configure the build environment and then `make` to build
 
11
 
 
12
    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 
13
    make
 
14
    
 
15
To install, use `make install`
 
16
 
 
17
    sudo make install