Skip to content

davidbrenner/rednotebook-1

 
 

Repository files navigation

Short Instructions

Linux

Install all dependencies, translate the application and run RedNotebook without installation:

$ ./run

Windows

Install Python 2.7 (32-bit version), clone the repo, change into the win directory, run

C:\Users\you\rednotebook\win> python create-build-env.py

and follow the instruction to add C:\gtkbin to your path. Now change back into the rednotebook directory and run

C:\Users\you\rednotebook> python rednotebook/journal.py

Be sure to run using the 32-bit version of Python! (Or else install the 64-bit versions of the various dependencies required for the project.)

Detailed Instructions

There are many packages available for different distributions, so you might want to check the Downloads page first.

It is recommended to install the distribution's appropriate package, but of course sometimes you want to try out the bleeding edge, hot new stuff.

If you don't want to mess with your distribution's package system, you might want to just run the program, without installing it by using the command above.

REQUIREMENTS

INSTALLATION

Please pay attention: Installing is very easy, uninstalling however can only be done by removing the installed files manually.

$ sudo python setup.py install --record installed-files

(installs into path-to-python/site-packages/ and saves a list of installed files in "installed-files" to make an uninstallation easier)

THANKS

NOTES

RedNotebook is published either under the terms of the GPL version 2 or any later version of the license. It includes the elib.intl module (https://github.com/dieterv/elib.intl) which is released under the LGPLv3+. This means that the resulting work is licensed under the GPLv3+.

Enjoy!

About

A cross-platform journal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 1.4%
  • Inno Setup 1.2%