Skip to content

Commit

Permalink
release v0.1.8
Browse files Browse the repository at this point in the history
- add autoconf installation to README.md
  • Loading branch information
Yann Büchau committed May 25, 2017
1 parent 49712ad commit 2b71893
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,29 @@ Older versions of **simbuto** will automatically be removed.

If you use my [apt repository](http://apt.nobodyinperson.de), install **simbuto** like any other package via ```sudo apt-get update && sudo apt-get install simbuto```

## Installation without root privileges

As of version 0.1.8, **simbuto** was _autoconfized_ and provides the standard `configure` - `make` - `make install` install mechanism. This way may be used to install **simbuto** on a system where one does not have root privileges. From the repository root, run:

```bash
./configure --prefix=$HOME/.local
make
make install
```

To remove **simbuto** again, run

```bash
make uninstall
```

This manual installation should only be used as a last resort because it has several downsides:

- you have to make sure by hand that dependencies are available
- updating **simbuto** is not as easy
- **simbuto** will not be fully removed on `make uninstall` - some empty folders or temporary Python files may reside
- The automatic mimetype association might not work: The Open/Save dialogs might not show you `.simbuto`-files as expected.

## What languages are available?

At the moment, these are the available translations:
Expand Down
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
simbuto (0.1.8) UNRELEASED; urgency=medium
simbuto (0.1.8) unstable; urgency=medium

* add parts of Swedish and French translation
* add configure - make - make install mechanism

-- Yann Büchau <yann.buechau@web.de> Sun, 19 Feb 2017 11:47:01 +0100
-- Yann Büchau <nobodyinperson@gmx.de> Thu, 25 May 2017 23:56:36 +0200

simbuto (0.1.7) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion locale/de/LC_MESSAGES/simbuto.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-25 23:34+0200\n"
"POT-Creation-Date: 2017-05-25 23:57+0200\n"
"PO-Revision-Date: 2017-02-19 12:07+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion locale/fr/LC_MESSAGES/simbuto.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-25 23:34+0200\n"
"POT-Creation-Date: 2017-05-25 23:57+0200\n"
"PO-Revision-Date: 2017-02-19 13:36+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion locale/sv/LC_MESSAGES/simbuto.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-25 23:34+0200\n"
"POT-Creation-Date: 2017-05-25 23:57+0200\n"
"PO-Revision-Date: 2017-05-24 23:18+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down

0 comments on commit 2b71893

Please sign in to comment.