
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Ydpd is a multiplatform (Linux, Os X, Windows) interface for YDP Collins and Langenscheidt dictionaries.
Application allows to access dictionary data, find phrases, add phrases to the history of translated words, play samples and so on.
Ydpd can work as standalone application or as a KDE plasmoid.
5 years ago
0.5
* no visible changes, code refactoring only
0.4
* autoShowWindow option added to configuration file (plasmoid only)
0.3
* KDE plasma support (ydpd works also as a plasmoid)
* Bug fixed - reading from configuration file
0.2
* Application icons added for Mac Os X and for Windows
* Bug fixed - reading from configuration file
* KDE plasma support (experimental)
0.1
* Initial version
5 years ago
0.5
* no visible changes, code refactoring only
0.4
* autoShowWindow option added to configuration file (plasmoid only)
0.3
* KDE plasma support (ydpd works also as a plasmoid)
* Bug fixed - reading from configuration file
0.2
* Application icons added for Mac Os X and for Windows
* Bug fixed - reading from configuration file
* KDE plasma support (experimental)
0.1
* Initial version
masterdany88
8 years ago
danielo@kUbuntu-danielo:~/Pobrane/Ydpd$ make
[ 0%] Built target plasma_applet_ydpd_automoc
Linking CXX shared module lib/plasma_applet_ydpd.so
/usr/bin/ld: cannot find -lydpdict
collect2: ld returned 1 exit status
make[2]: *** [lib/plasma_applet_ydpd.so] Błąd 1
make[1]: *** [CMakeFiles/plasma_applet_ydpd.dir/all] Błąd 2
make: *** [all] Błąd 2
danielo@kUbuntu-danielo:~/Pobrane/Ydpd$
please hellp
Report
cinas
8 years ago
Let me know please if it works
Report
masterdany88
8 years ago
https://launchpad.net/ubuntu/+source/libydpdict/1.0.2-1/+build/1350573
but It dosnt work without dictionary files. how to get them?
Report
cinas
8 years ago
* install collins on linux using wine - you will have dictionary files
By the way, all I described above is in readme.txt file :)
Report
Mikolaj-Q
9 years ago
Could you give compilation instructions for nonadvanced users, please? Maby ppa repo? Thnks.
Report
cinas
8 years ago
sudo apt-get install kdesdk cmake build-essential kdebase-workspace-dev libphonon-dev
in Ydpd directory execute commands:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
To restart KDE plasma:
kquitapp plasma-desktop
kstart plasma-desktop
Report
cinas
9 years ago
sudo apt-get install qt4-dev-tools build-essential libphonon-dev
in Ydpd directory execute commands:
qmake
make
Report
cinas
9 years ago
make
Report
cinas
9 years ago
sudo apt-get install libqt4-core libqt4-dev qt4-dev-tools build-essential libphonon-dev phonon-backend-gstreamer
in Ydpd directory execute commands:
qmake
make
Report
cinas
9 years ago
make
Report