Releases: olivierkes/manuskript
0.7.0
INSTALLATION INSTRUCTIONS
This section contains binary and source packages for Manuskript 0.7.0.
LINUX
-
DEBIAN Based (Debian, Ubuntu, Mint, etc.)
Download manuskript-0.7.0-1.deb, then update repository, install program and dependencies with:
sudo apt update sudo dpkg -i manuskript-0.7.0-1.deb sudo apt install -f
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.7.0-1.noarch.rpm, then install program and dependencies with:
su -c "dnf install manuskript-0.7.0-1.noarch.rpm"
-
OTHER Linux
Download manuskript-0.7.0-src.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.7.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
Download manuskript-0.7.0-3-osx.zip, unzip it (double-click). In the newly created manuskript
folder find the file named manuskript
and double-click on it.
(Thanks go to katafrakt for automating the Mac OS X build)
Extra Export Formats
Install pandoc v1.x (2.x is not yet supported) for more export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
OTHER
Manuskript can be run from source code on:
- LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.6.0
Manuskript 0.6.0
0.5.0
LINUX (64 bit)
Download manuskript-0.5.0-linux64.zip
, unpack it, and run manuskript/manuskript
.
ATTENTION Users of: Debian 9, Fedora 25 & 26
To get manuskript and spell check working remove the manuskript/libstdc++.so.6
file.
WINDOWS (32 bit and 64 bit)
Download manuskript-0.5.0-win32.zip
, unzip file, and run manuskript/manuskript.exe
.
Successfully tested on 32 bit Windows XP SP3, 64 bit Windows 7 SP1, and 64 bit Windows 10.
Warning: Unfortunately some anti-virus software detect a false positive with this windows installer 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
Download manuskript-0.5.0-osx.zip
, unzip it (double-click). In the newly created manuskript
folder find the file named manuskript
and double-click on it.
(Thanks go to katafrakt for creating this Mac OS X build)
Note this package does not perform spell checking because pyenchant is not included - see Issue 188.
Extra Export Formats
Install pandoc for more export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
OTHER
Manuskript can be run from source code on:
- LINUX (32 bit and 64 bit)
- WINDOWS (32 bit and 64 bit)
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
Source Code Advantages:
- Accent characters generated by non-US keyboards work
0.4.0
- New Export dialog
- UI tweaks
- Many bugs corrected
0.3.0
- New file format: open and plain text, or zipped in one file
- Markdown support with basic highlighting (ugly yet)
- Simplification: removal of html, txt2tags and plain text formats (only mardkdown left)
- Windows mode: simple or fiction
- Adds spanish translation (thanks to @vmpajares)
- Adds GUI settings to change translation
- Fixes lots of bugs
0.2.0
Some bug corrected, a feature or two added (story line among other), UI a bit cleaner.
And a stand-alone package for linux and windows.
V. 0.1.0
First pre-relase for beta testing.