Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
[171] Updated build instructions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Sep 27, 2023
1 parent 605e53f commit 6cb722a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ irods-externals-spdlog

Create and enter a build directory, run CMake (make sure it is visible in your `$PATH`), and then make the REST API package:
```
$ mkdir build && cd build && cmake ..
$ mkdir build && cd build
$ cmake -DIRODS_BUILD_WITH_WERROR=NO ..
$ make -j package
```

Expand All @@ -66,8 +67,8 @@ This repository provides a Dockerfile with all of the tools needed to build a pa

The builder image itself must first be built. This can be done by running the following:
```bash
cd docker/builder
docker build -t irods-client-rest-cpp-builder:ubuntu-20.04 .
$ cd docker/builder
$ docker build -t irods-client-rest-cpp-builder:ubuntu-20.04 .
```

This will produce a Docker Image with tag `irods-client-rest-cpp-builder:ubuntu-20.04`. The tag can be anything, as long as it is used consistently.
Expand Down

0 comments on commit 6cb722a

Please sign in to comment.