Giter Site home page Giter Site logo

dkleinbe / sozi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sozi-projects/sozi

0.0 2.0 0.0 10.41 MB

A presentation tool based on SVG

Home Page: http://sozi.baierouge.fr

License: Mozilla Public License 2.0

JavaScript 90.41% CSS 3.91% Python 1.80% HTML 3.75% Shell 0.13%

sozi's Introduction

Github Downloads (latest) Github Downloads (total)

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/senshu/Sozi.git

Install the build tools and dependencies

Install Node.js, Bower and the Grunt CLI. If you plan to build a Windows executable from Linux or OS X, also install wine. In Debian/Ubuntu and their derivatives, you can type the following commands.

sudo apt install nodejs nodejs-legacy npm wine
sudo npm install bower grunt-cli -g

From the root of the source tree:

npm install
bower install

Also install the following:

  • Droid Sans as vendor/DroidSans/DroidSans.eot|ttf and vendor/DroidSans/DroidSans-Bold.eot|ttf

Build

To build the desktop application for all platforms, run the following command from the root of the source tree:

grunt

You can customize the build by creating a custom configuration file. See config.default.json and config.linux-x64.json for examples. For instance, if you want to build 64-bit executables for OS X and Linux, the configuration file (config.linux-darwin-x64.json) will look like this:

{
    "platforms": [
        "darwin-x64",
        "linux-x64"
    ]
}

Then run Grunt with the --config option:

grunt --config=config.linux-darwin-x64.json

Other Grunt tasks are available for developers:

Command Effect
grunt electron-build Build the desktop application without creating executable bundles.
grunt web-build Build the web application without uploading it.
grunt electron-bundle (default) Build the desktop application and create executable bundles for various platforms.
grunt web-demo Build the web application and upload it to a server.
grunt pot Extract a template file (locales/messages.pot) for translation.

Install

Sozi is released as a zip/tgz archive that you can extract wherever you like. Open the extracted folder and run the Sozi executable.

If installation on your specific platform is supported by Sozi, there will be an install folder in the extracted archive containing an installation script. Run it with admin privileges (e.g. in Linux, open a terminal in the install folder and type sudo ./install.sh) to install Sozi system-wide.

sozi's People

Contributors

aumouvantsillage avatar dkleinbe avatar guillaume-savaton-eseo avatar senshu avatar robertrosman avatar polch avatar guripreto avatar quent57 avatar tobiasbrunner avatar lebendre avatar dvvd avatar kai-wegner avatar nigelcunningham avatar momeni avatar javialamo avatar mihai3 avatar sunaku avatar s-leroux avatar timvansteenbergen avatar darobin avatar

Watchers

James Cloos avatar  avatar

sozi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.