From bf428103d3a05289f66a6215374515dc98e46a14 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 5 Feb 2021 23:01:48 +0100 Subject: Setup doc WIP --- README.rst | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 4a090e5..f03812c 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,32 @@ Gerbolyze works in three steps. $ gerbolyze paste --top template_top_edited.svg [--bottom ...] my_gerber_dir output_gerber_dir +Installation +------------ + +Debian +~~~~~~ + +Step 1: Install dependencies +**************************** + +.. code-block:: shell + + sudo apt install libopencv-dev libpugixml-dev libpangocairo-1.0-0 libpango1.0-dev libcairo2-dev clang make python3 rustc cargo git python3-wheel + +Fedora +~~~~~~ + +Step 1: Install dependencies +**************************** + +.. code-block:: shell + + sudo dnf install python3 make clang opencv-devel pugixml-devel pango-devel cairo-devel rust cargo + +Arch +~~~~ + Features -------- @@ -510,8 +536,6 @@ example. Gallery ------- -.. image:: https://raw.githubusercontent.com/jaseg/gerbolyze/master/sample2.jpg - .. image:: https://raw.githubusercontent.com/jaseg/gerbolyze/master/sample3.jpg Limitations -- cgit