forked from segwayrmp/libsegwayrmp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cpack' of https://github.com/rdelfin/libsegwayrmp into …
…cpack
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
[![Build Status](https://secure.travis-ci.org/segwayrmp/libsegwayrmp.png?branch=master)](http://travis-ci.org/segwayrmp/libsegwayrmp) | ||
|
||
http://segwayrmp.github.com/libsegwayrmp/ | ||
|
||
## Debian Package generation (utexas-bwi) | ||
|
||
To generate a Debian package (.deb), enter the directory of this repo and run: | ||
|
||
```bash | ||
mkdir build | ||
cd build | ||
cmake .. | ||
make | ||
cpack DEB | ||
``` | ||
|
||
This will generate a file called `segwayrmp-$VERSION-$SYSTEM.deb` in the build | ||
folder, where `$VERSION` is the version of libsegwayrmp being built and | ||
`$SYSTEM` is the system this package is build for (i.e. ``). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters