diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-05-18 19:23:23 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-05-18 19:23:23 +0200 |
commit | d6276b52ee728e221907a7d052b60a4183d14c36 (patch) | |
tree | f30f9b4dbdabbe1bb4c5be4d7e0b25b8b5de822a /README.md | |
parent | a3a51e321ff931b45373afc4f9d0886249359ca0 (diff) | |
parent | ee0c0a7256b64b1ac2dd46436a7b627eb08c7724 (diff) | |
download | blogc-d6276b52ee728e221907a7d052b60a4183d14c36.tar.gz blogc-d6276b52ee728e221907a7d052b60a4183d14c36.tar.bz2 blogc-d6276b52ee728e221907a7d052b60a4183d14c36.zip |
Merge branch 'master' into feature/directivesfeature/directives
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,6 +9,8 @@ A blog compiler. Clone the [Git repository](https://github.com/blogc/blogc) or grab the [latest release](https://github.com/blogc/blogc/releases) and extract it. +If installing from Git repository, [ronn](https://github.com/rtomayko/ronn) and [GNU Autotools](http://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html) must be installed in the machine. Release tarballs does not have these dependencies and are the recommended way to install. + Inside the source directory, run the following commands: $ ./autogen.sh # if installing from git @@ -16,7 +18,7 @@ Inside the source directory, run the following commands: $ make # make install -The `./configure` options listed above will enable building of helper tools. To learn more about these tools, please read the man pages. +The `./configure` options listed above will enable building of helper tools. To learn more about these tools, please read the man pages. Be aware that [`blogc-runserver(1)`](https://blogc.rgm.io/man/blogc-runserver.1.html) depends on [libmagic](https://github.com/file/file) and [libevent](http://libevent.org/), but this tool can be replaced by any HTTP server you want to use. To create your first blog, please clone our example repository and adapt it to your needs: |