Updated list of tested compiler, added Debian dependency help.
the build was successful Details

This commit is contained in:
tastytea 2019-04-17 22:57:06 +02:00
parent a68ff058a9
commit 8a4e602445
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 14 additions and 2 deletions

View File

@ -44,7 +44,6 @@ pipeline:
- apt-get update -q
- apt-get install -qy g++-6 cmake pkg-config
- apt-get install -qy libcurl4-openssl-dev libjsoncpp-dev asciidoc
- apt-get install -qy dpkg-dev d-shlibs rpm file wget
- apt-get install -qy -t sid libcurlpp-dev
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..

View File

@ -28,7 +28,8 @@ emerge -a dev-util/gitea2rss
==== Dependencies
* Tested OS: Linux
* C++ compiler (tested: https://gcc.gnu.org/[gcc] 8)
* C++ compiler (tested: https://gcc.gnu.org/[gcc] 5/6/7/8,
https://llvm.org/[clang] 3/5/6)
* https://cmake.org/[cmake] (at least: 3.6)
* https://pkgconfig.freedesktop.org/wiki/[pkgconfig] (tested: 0.29)
* http://www.curlpp.org/[curlpp] (tested: 0.8)
@ -36,6 +37,18 @@ emerge -a dev-util/gitea2rss
* Optional:
** Manpage: http://asciidoc.org/[asciidoc] (tested: 8.6)
===== Debian stretch
[source,shellsession]
----
echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list.d/sid.list
apt-get update
apt-get install g++-6 cmake pkg-config libcurl4-openssl-dev libjsoncpp-dev asciidoc
apt-get install -t sid libcurlpp-dev
export CXX="g++-6"
----
==== Get sourcecode
===== Releases