From c93d02f0b889981cb3848051fa090a1cf11caa12 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Wed, 5 Jun 2013 10:07:18 +0100 Subject: [PATCH] Tweaked styling of report, tidied up readme a bit. --- README.md | 26 +++++++++++--------------- resources/style.css | 4 ++-- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 9e400145..c9fe32fc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ While that's being done, I might as well also make some improvements to other ar ## Build Instructions -BOSS uses [CMake](http://cmake.org) v2.8.9 or later for cross-platform building support, though it is developed on Linux and cross-compiled using Mingw, so its CMakeLists.txt might not produce correct results on Windows. +BOSS uses [CMake](http://cmake.org) v2.8.9 or later for cross-platform building support, though development takes place on Linux, and the instructions below reflect this. Building on Windows should be straightforward using analogous commands though. BOSS requires the following libraries: @@ -30,11 +30,11 @@ BOSS requires the following libraries: * [yaml-cpp](http://code.google.com/p/yaml-cpp/) v0.5.1 or later. * [zlib](http://zlib.net) v1.2.7 or later. -BOSS expects all libraries' folders to be present alongside the BOSS repository folder that contains this readme, or otherwise installed such that the compiler and linker used can find them without suppling additional paths. +BOSS expects all libraries' folders to be present alongside the BOSS repository folder that contains this readme, or otherwise installed such that the compiler and linker used can find them without suppling additional paths. All paths below are relative to the folder(s) containing the libraries and BOSS. -### Building Boost (Linux) +Alphanum, Libespm and PugiXML do not require any additional setup. The rest of the libraries must be built separately. -Starting from the Boost root folder, run the following: +### Boost ``` ./bootstrap.sh @@ -42,34 +42,30 @@ echo "using gcc : 4.6.3 : i686-w64-mingw32-g++ : i686-w64-mingw32-windres ul {list-style:none;} -.hidden, #summary.hidden, #plugins.hidden { +.hidden, li.hidden, #summary.hidden, #plugins.hidden { display:none; }