README: make it also work with asciidoctor
This commit is contained in:
parent
98da5f6d35
commit
da0252ff98
|
@ -21,8 +21,11 @@ Building
|
||||||
Build dependencies: CMake and/or make, a C++14 compiler, pkg-config +
|
Build dependencies: CMake and/or make, a C++14 compiler, pkg-config +
|
||||||
Runtime dependencies: ncursesw, libacl
|
Runtime dependencies: ncursesw, libacl
|
||||||
|
|
||||||
|
// Working around libasciidoc's missing support for escaping it like \++
|
||||||
|
:doubleplus: ++
|
||||||
|
|
||||||
Unfortunately most LLVM libc++ versions have a bug that crashes 'sdn' on start.
|
Unfortunately most LLVM libc++ versions have a bug that crashes 'sdn' on start.
|
||||||
Use GNU libstdc++ if you're affected.
|
Use GNU libstdc{doubleplus} if you're affected.
|
||||||
|
|
||||||
$ git clone https://git.janouch.name/p/sdn.git
|
$ git clone https://git.janouch.name/p/sdn.git
|
||||||
$ mkdir sdn/build
|
$ mkdir sdn/build
|
||||||
|
|
Loading…
Reference in New Issue