Sozi is a presentation tool for SVG documents.
It is free software distributed under the terms of the Mozilla Public License 2.0.
More details can be found on the official web site: http://sozi.baierouge.fr
Building and installing Sozi from sources
Get the source files
Clone the repository:
git clone git://github.com/sozi-projects/Sozi.git
Install the build tools and dependencies
The following instructions work successfully in Ubuntu 22.04.
Install Node.js and Gulp. The build script for Sozi is known to work with Node.js 14 from Nodesource.
sudo apt install nodejs
sudo npm install --global gulp-cli
From the root of the source tree, run:
npm install
If you plan to build a Windows executable, also install wine. In Debian/Ubuntu and their derivatives, you can type the following commands.
dpkg --add-architecture i386
sudo apt update
sudo apt install wine wine32
If you plan to build Debian packages, install the following additional packages:
sudo apt install devscripts debhelper
If you plan to build Redhat packages, install the following additional packages:
sudo apt install rpm
If you plan to build Archlinux packages, install the following additional packages:
sudo apt install libarchive-tools
The zip compression tool must also be installed: