The previous syntax (`> `) is for blockquotes, which don't keep newlines when
rendered. Codeblocks (` ` at the beginning of the line) do.
you might not need it.
A typical installation would go something like
-> ./autogen.sh
-> ./configure
-> make
-> make install
+
+ ./autogen.sh
+ ./configure
+ make
+ make install
The configure script has a lot of options, so please have a read
of `configure --help` to see what they are and what they are used
are repeatable). You will need to install DejaGNU to run it and
it is simply:
-> make check
+ make check