From c393c3b1a0a5a6e5e67e696a07ae48e55448879e Mon Sep 17 00:00:00 2001 From: bigwad Date: Tue, 18 Feb 2020 16:04:50 +0100 Subject: [PATCH 1/2] update linux prerequisites --- docs/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9cf312b..d947435 100644 --- a/docs/README.md +++ b/docs/README.md @@ -59,16 +59,7 @@ Make sure to `Unblock` the archive after downloading prior to extracting it. See **Install prerequisites.** ```text -sudo apt-get install wget unzip -sudo apt-get install libaio1 libtinfo5 -``` - -Starcounter relies on a specific version of [SWI-Prolog](https://wwu-pi.github.io/tutorials/lectures/lsp/010_install_swi_prolog.html). - -```text -sudo add-apt-repository ppa:swi-prolog/stable -sudo apt-get update -sudo apt-get install swi-prolog-nox=7.\* +sudo apt-get install libaio1 libtinfo5 swi-prolog-nox=7.\* ``` **Download and unpack Starcounter binaries.** From f846a72930acd95fa3e9bcbcdf8fd70ed415297b Mon Sep 17 00:00:00 2001 From: bigwad Date: Wed, 19 Feb 2020 11:41:46 +0100 Subject: [PATCH 2/2] Update docs/README.md --- docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d947435..5e85d93 100644 --- a/docs/README.md +++ b/docs/README.md @@ -59,7 +59,7 @@ Make sure to `Unblock` the archive after downloading prior to extracting it. See **Install prerequisites.** ```text -sudo apt-get install libaio1 libtinfo5 swi-prolog-nox=7.\* +sudo apt-get install wget unzip libaio1 libtinfo5 swi-prolog-nox=7.\* ``` **Download and unpack Starcounter binaries.** @@ -255,4 +255,3 @@ Everything should run out of the box. _Before asking questions or reporting issues, please read these few lines, and maybe you will find an answer for your question._ * Publishing application in a single file with [`dotnet publish /p:PublishSingleFile=true`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) is not yet supported. -