display-dhammapada is a small package I have been maintaining for the last 2 years and I recently found the time to update. Verses from the English, German, or Polish translations of the
Dhammapada are displayed, either in a terminal or graphically.
With the update display-dhammapada to version 1.1 The German translation was added and titles are now displayed in the appropriate language.
The source code is located at my web site as well as a 64 bit .deb and .rpm (in the Debian and Fedora directories).
The program itself can be compiled as follows
mkdir ~/src
cd ~/src
wget http://bodhizazen.com/display-dhammapada/display-dhammapada-1.1.tar.gz
tar xzvf display-dhammapada-1.1.tar.gz
cd display-dhammapada-1.1
make
sudo make install
To remove the program:
cd ~/src/display-dhammapada-1.1
sudo make uninstall
Pingback: Bodhi.Zazen: Display-dhammapada version 1.1 | Hi-tech news
I didn’t know about this package, thank you very much for updating it (as my native language is german).
Love this package :) thanks!
You are most welcome sean, please let me know if you discover any bugs .
This looks like a nice thing!
Will it work on Mint (Rebecca)
I tried your instructions, but it would not install, here is what the terminal told me:
~/src/display-dhammapada-1.1 $ make
cc -O2 -ansi -Wall -Wno-unused -Wno-parentheses -o bin/display-dhammapada src/display-dhammapada.c
src/display-dhammapada.c:9:19: fatal error: errno.h: No such file or directory
#include
^
compilation terminated.
make: *** [display-dhammapada] Error 1
@Tomas yes, it compiles here. Check the integrity of your download.
Did you extract the archive ?