Browse Source

Fixed cmake command

The directory `json-c` in the root of this repository does not exist, and just running `cmake` in the root works fine
pull/716/head
Amrit Bhogal GitHub 4 years ago
parent
commit
ac714febaf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -61,7 +61,7 @@ sudo apt install valgrind # optional
$ git clone https://github.com/json-c/json-c.git $ git clone https://github.com/json-c/json-c.git
$ mkdir json-c-build $ mkdir json-c-build
$ cd json-c-build $ cd json-c-build
$ cmake ../json-c # See CMake section below for custom arguments
$ cmake ../ # See CMake section below for custom arguments
``` ```


Note: it's also possible to put your build directory inside the json-c Note: it's also possible to put your build directory inside the json-c


Loading…
Cancel
Save