Compilation #
This page documents how to compile romero locally on your computer.
Requirements #
gitgo(version >= 1.24.0)make
Instructions #
Clone the sources:
$> git clone https://git.sr.ht/~ne02ptzero/romero
Go inside the sources directory:
$> cd romero
And compile the binary:
$> make
Once the compilation is done, you can then install the binary system-wide by hand:
$> sudo cp romero /usr/local/bin/.
By default, the compiled binary is quite large as it embeds all the defaults
css and templates needed for the render, you can strip it to reduce that size
a bit:
$> strip romero
100%