Skip to content

0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gedakc gedakc released this 18 Jan 18:37
· 582 commits to develop since this release

INSTALLATION INSTRUCTIONS

Warning: Create Frequent Backups!

Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.

This directory contains binary and source packages for Manuskript 0.11.0.

GNU/LINUX

  • DEBIAN Based (Debian, Ubuntu, etc.)

    Download manuskript-0.11.0-1.deb, then update repository and install program with:

      sudo apt update
      sudo dpkg -i manuskript-0.11.0-1.deb
    

    If errors encountered then install dependencies and re-install program with:

      sudo apt install -f
      sudo dpkg -i manuskript-0.11.0-1.deb
    
  • FEDORA Based (Fedora, CentOS, etc.)

    Download manuskript-0.11.0-1.noarch.rpm, then install program and dependencies with:

      sudo dnf install manuskript-0.11.0-1.noarch.rpm
    
  • OTHER GNU/Linux

    Download manuskript-0.11.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.

WINDOWS

Download manuskript-0.11.0-win32.zip, unzip file, and run manuskript/manuskript.exe.

Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.

MAC OS X

Help needed from macOS X user(s). See issue #696.

Extra Import and Export Formats

Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).

OTHER

Manuskript can be run from source code on:

  • GNU/LINUX
  • WINDOWS
  • MAC OS X

See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.