aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-02-06 00:20:40 +0100
committerjaseg <git@jaseg.de>2021-02-06 00:20:40 +0100
commit06c2d5295db88243b88c6644d2c57f9a121670ee (patch)
tree5885a62367e84499ea0affa1c1c0b0f54eba027d /README.rst
parent1d58b4d5845ba09808325219fa34f34dd4bbfdb6 (diff)
downloadgerbolyze-06c2d5295db88243b88c6644d2c57f9a121670ee.tar.gz
gerbolyze-06c2d5295db88243b88c6644d2c57f9a121670ee.tar.bz2
gerbolyze-06c2d5295db88243b88c6644d2c57f9a121670ee.zip
Remove usvg auto-install from setup.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 52414a5..3cfd64a 100644
--- a/README.rst
+++ b/README.rst
@@ -52,8 +52,7 @@ Gerbolyze works in three steps.
Quick Start Installation
------------------------
-This will install gerbolyze and svg-flatten into a Python virtualenv and install usvg into your ``~/.cargo`` if not yet
-installed somewhere else.
+This will install gerbolyze and svg-flatten into a Python virtualenv and install usvg into your ``~/.cargo``.
Debian
~~~~~~
@@ -68,13 +67,16 @@ Note:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
+ rustup install stable
+ rustup default stable
+ cargo install usvg
+
git clone --recurse-submodules https://git.jaseg.de/gerbolyze.git
cd gerbolyze
python3 -m venv
source venv/bin/activate
- # may take a while during usvg install
python3 setup.py install
Fedora
@@ -83,13 +85,13 @@ Fedora
.. code-block:: shell
sudo dnf install python3 make clang opencv-devel pugixml-devel pango-devel cairo-devel rust cargo
+ cargo install usvg
git clone --recurse-submodules https://git.jaseg.de/gerbolyze.git
cd gerbolyze
python3 -m venv
source venv/bin/activate
- # may take a while during usvg install
python3 setup.py install
Arch
@@ -99,12 +101,15 @@ Arch
sudo pacman -S pugixml opencv pango cairo git python make clang rustup cargo
+ rustup install stable
+ rustup default stable
+ cargo install usvg
+
git clone --recurse-submodules https://git.jaseg.de/gerbolyze.git
cd gerbolyze
python3 -m venv
source venv/bin/activate
- # may take a while during usvg install
python3 setup.py install
Features