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

Commit da855e2

Browse files
korydraughnalanking
authored andcommitted
[#171] Update build instructions in README.
1 parent e4e38ab commit da855e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ irods-externals-spdlog
5454

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

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

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

7374
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.

0 commit comments

Comments
 (0)