comparison doc/html/guide/02-install/01-building-from-sources.md @ 20:8384df86e195

Docs: use nohighlight on non code, #418
author David Demelier <markand@malikania.fr>
date Fri, 12 Feb 2016 16:12:58 +0100
parents 59c152b4508d
children
comparison
equal deleted inserted replaced
19:6b8ca778e589 20:8384df86e195
21 ### Running the build 21 ### Running the build
22 22
23 When you're ready, extract the **irccd-x.y.z.tar.gz** where **x.y.z** is the current version. Go to that directory, 23 When you're ready, extract the **irccd-x.y.z.tar.gz** where **x.y.z** is the current version. Go to that directory,
24 then type the following commands: 24 then type the following commands:
25 25
26 ```` 26 ````nohighlight
27 $ mkdir _build_ 27 $ mkdir _build_
28 $ cd _build_ 28 $ cd _build_
29 $ cmake .. 29 $ cmake ..
30 $ make 30 $ make
31 $ sudo make install 31 $ sudo make install