Skip to content

Commit

Permalink
Update readme, remove 'coming soon' for tarball package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-pate committed Jan 2, 2016
1 parent 9d4acb0 commit 143604f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ compiler: gcc
python: 2.7
install:
- sudo apt-get update -q
- sudo apt-get install autoconf automake libtool check libjson-c-dev valgrind -y
- sudo apt-get install autoconf automake libtool check libjson-c-dev valgrind -y
- pip install --user pycparser unittest2
script:
- libtoolize
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,11 @@ int main() {

## From release tarball

Requires libjson-c

(Coming soon)
Requires `libjson-c-dev` with headers at `${INCLUDE_DIR}/json-c/*` >= `v0.0.10` (probably)

* `tar -zxf jstruct.tar.gz`
* `cd jstruct`
* `./ configure && make && sudo make install`
* `./configure && make && sudo make install`

# Tests

Expand Down

0 comments on commit 143604f

Please sign in to comment.