Skip to content

Commit 279dc84

Browse files
author
Herbert Koelman
committed
explaned the new --enable-release argument
1 parent b9cb8bb commit 279dc84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Of course, this library is a replacement of C++11 features, it is best to use th
88

99
To use this library:
1010

11-
configure
11+
configure --enable-release
1212
make
1313
make install
1414

15+
> The configure argument --enable-release tells configure to figure out what version your build (this is done through `git` commands)
1516
Install moves files into your system's default localtion for headers and libraries (often /usr/local/include and /usr/local/lib). Use this command to change install target directory:
1617

1718
configure --prefix=/usr/local

0 commit comments

Comments
 (0)