aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c83b06f83b81cef20e1fe329bd95c2c1d95a6da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# blogc

[![Build Status](https://semaphoreci.com/api/v1/projects/bd67545c-8593-4a37-ba94-ef1187a6d58d/402577/badge.svg)](https://semaphoreci.com/blogc/blogc)

A blog compiler.


## Quickstart

Clone the [Git repository](https://github.com/blogc/blogc) or grab the [latest release](https://github.com/blogc/blogc/releases) and extract it.

Inside the source directory, run the following commands:

    $ ./autogen.sh  # if installing from git
    $ ./configure
    $ make
    # make install

If some unexpected error happens, please [file an issue](https://github.com/blogc/blogc/issues/new).

-- Rafael G. Martins <rafael@rafaelmartins.eng.br>