Skip to content

Commit

Permalink
Adding ./configure.sh to the build instructions. Failing to run it re…
Browse files Browse the repository at this point in the history
…sults in the utils dir not being created and CMake failing.
  • Loading branch information
dmercer-google committed Jul 26, 2023
1 parent 97b9c11 commit 20b0324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ that are exposed by libosdp.
git clone https://github.com/goToMain/libosdp --recurse-submodules
# git submodule update --init (if you missed doing --recurse-submodules earlier)
cd libosdp
./configure.sh
mkdir build && cd build
cmake ..
make
Expand Down
2 changes: 1 addition & 1 deletion doc/libosdp/build-and-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ these with your application as needed (-losdp or -losdpstatic). Have a look at
``sample/*`` for details on how to consume this library.

.. code:: sh
./configure.sh
mkdir build && cd build
cmake ..
make
Expand Down

0 comments on commit 20b0324

Please sign in to comment.