Skip to content

Commit c505420

Browse files
committed
Improve install instructions
1 parent b4c8d28 commit c505420

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ Here are the steps to check out, build, and test the OSL distribution:
7979
options, and note that 'make nuke' will blow everything away for the
8080
freshest possible compile.
8181

82+
NOTE: If the build breaks due to compiler warnings which have been
83+
elevated to errors, you can try "make clean" followed by
84+
"make STOP_ON_WARNING=0", that create a build that will only stop for
85+
full errors, not warnings.
86+
8287
3. After compilation, you'll end up with a full OSL distribution in
8388
dist/ARCH, where ARCH is the architecture you are building on, one of
8489
"linux", "linux64", "macosx", "windows", or "windows64".
@@ -92,7 +97,7 @@ Here are the steps to check out, build, and test the OSL distribution:
9297
of those files to appropriate directories. Public include files
9398
(those needed when building applications that incorporate OSL)
9499
can be found in "dist/ARCH/include", and documentation can be found
95-
in "dist/ARCH/doc".
100+
in "dist/ARCH/share/doc".
96101

97102
5. After building (and setting your library path), you can run the
98103
test suite with:

0 commit comments

Comments
 (0)