Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #707

Merged
merged 1 commit into from
Jul 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ brew install check cmake pkg-config doxygen
On other systems, you can obtain CMake from your operating system
package manager or from http://www.cmake.org/.

Before attempting to build, it is necessary to update the git submodules to pull in the cmake submodule for the c build of libsbp. This isn't strictly necessary for the code itself, but it is necessary for the cmake build system provided by Swift. This can be done at the command line with:

```git submodule update --init```

Once you have the dependencies installed, from this (the libsbp/c directory)
create a build directory where the library will be built:

Expand Down