diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-01-09 19:15:50 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-01-09 19:15:50 +0800 |
| commit | 7056eaa251df33e178c21e0fb29c6d65bc2c9147 (patch) | |
| tree | 31919100ef9f77317799eea189e9f97e892ead1b /README.md | |
| parent | 1c84df234cb0df735b6c8959018b08d8bfefca50 (diff) | |
Get around the double level 1 header bug
in Doxygen
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,12 +1,8 @@ -# libicclient +# Native (non-web) interface written in C for interacting with [Interchange](https://interchangecommerce.org) servers -## Overview +# Building -Native (non-web) interface for interacting with [Interchange](https://interchangecommerce.org) servers. - -## Building - -### Getting and preparing for configuration +## Getting and preparing for configuration ```sh $ git clone git://darapsa.org/libicclient.git @@ -14,14 +10,14 @@ $ cd libicclient $ autoreconf --install ``` -### Optionally setting environment values +## Optionally setting environment values ```sh $ export CFLAGS="${CFLAGS} -g -DDEBUG -DANDROID -fPIC" # PIC might be needed later on android_armv7 $ export LDFLAGS="${LDFLAGS} -llog" # Android liblog ``` -### Configuring for various target hosts +## Configuring for various target hosts ```sh $ ./configure @@ -41,7 +37,7 @@ $ CC=/usr/local/arm-linux-androideabi/bin/arm-linux-androideabi-clang ./configur or so on. -### Compiling and linking +## Compiling and linking ```sh $ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) |