Merge pull request #293 from thdox/fix-continuation-character
Ease copy-paste by adding a continuation character
This commit is contained in:
commit
3caa906332
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
|
@ -101,30 +101,30 @@ And for building the current `maint` branch:
|
||||||
If you build stuff using MacPorts on OS X, as I do, here is what you would
|
If you build stuff using MacPorts on OS X, as I do, here is what you would
|
||||||
run:
|
run:
|
||||||
|
|
||||||
sudo port install -f cmake python26
|
sudo port install -f cmake python26 \
|
||||||
libiconv +universal zlib +universal gmp +universal
|
libiconv +universal zlib +universal gmp +universal \
|
||||||
mpfr +universal ncurses +universal ncursesw +universal
|
mpfr +universal ncurses +universal ncursesw +universal \
|
||||||
gettext +universal libedit +universal boost-jam
|
gettext +universal libedit +universal boost-jam \
|
||||||
boost +st+python26+icu texlive doxygen graphviz
|
boost +st+python26+icu texlive doxygen graphviz \
|
||||||
texinfo lcov sloccount
|
texinfo lcov sloccount
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
If you're going to build on Ubuntu, `sudo apt-get install ...` the
|
If you're going to build on Ubuntu, `sudo apt-get install ...` the
|
||||||
following packages (current as of Ubuntu 14.04):
|
following packages (current as of Ubuntu 14.04):
|
||||||
|
|
||||||
sudo apt-get install build-essential cmake doxygen
|
sudo apt-get install build-essential cmake doxygen \
|
||||||
libboost-system-dev libboost-dev python-dev gettext git
|
libboost-system-dev libboost-dev python-dev gettext git \
|
||||||
libboost-date-time-dev libboost-filesystem-dev
|
libboost-date-time-dev libboost-filesystem-dev \
|
||||||
libboost-iostreams-dev libboost-python-dev libboost-regex-dev
|
libboost-iostreams-dev libboost-python-dev libboost-regex-dev \
|
||||||
libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo
|
libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo
|
||||||
|
|
||||||
Or, for Ubuntu 12.04:
|
Or, for Ubuntu 12.04:
|
||||||
|
|
||||||
sudo apt-get install build-essential cmake zlib1g-dev libbz2-dev
|
sudo apt-get install build-essential cmake zlib1g-dev libbz2-dev \
|
||||||
python-dev gettext libgmp3-dev libmpfr-dev libboost-dev
|
python-dev gettext libgmp3-dev libmpfr-dev libboost-dev \
|
||||||
libboost-regex-dev libboost-date-time-dev
|
libboost-regex-dev libboost-date-time-dev \
|
||||||
libboost-filesystem-dev libboost-python-dev texinfo lcov
|
libboost-filesystem-dev libboost-python-dev texinfo lcov \
|
||||||
sloccount libboost-iostreams-dev libboost-test-dev
|
sloccount libboost-iostreams-dev libboost-test-dev
|
||||||
|
|
||||||
### Debian
|
### Debian
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue