Interesujący wydał mi się Molsketch ale mam dwa problemy ;] Otóż starsza wersja jest do ściągnięcia w paczce .deb ale przy próbie instalacji wyświetla się monit:
Kod: Zaznacz cały
Nie można spełnić zależności:
libopenbabel1
Kod: Zaznacz cały
sudo apt-cache search libopenbabel
Ponieważ to i tak starsza wersja, postanowiłem spróbować kompilować. Z opisów wydawało się to dość proste, znalazłem plik INSTALL wrzuciłem potrzebne pakiety, łącznie z tymi o których braku poinformował mnie cmake. Ale znowu ściana - komunikat:
Kod: Zaznacz cały
piotr@piotr-desktop:~$ cd Molsketch-0.2.0-Source/build/
piotr@piotr-desktop:~/Molsketch-0.2.0-Source/build$ cmake ..
-- Unit testing enabled, run make test to run them
creating /home/piotr/Molsketch-0.2.0-Source/build/libmolsketch/src/include/molsketch
UIS = /home/piotr/Molsketch-0.2.0-Source/libmolsketch/src/reactionarrowdialog.ui;/home/piotr/Molsketch-0.2.0-Source/libmolsketch/src/mechanismarrowdialog.ui
UIS = /home/piotr/Molsketch-0.2.0-Source/molsketch/src/drawwidget.ui;/home/piotr/Molsketch-0.2.0-Source/molsketch/src/settings.ui
-- Test: valence
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENBABEL2_INCLUDE_DIR
used as include directory in directory /home/piotr/Molsketch-0.2.0-Source/libmolsketch/src
used as include directory in directory /home/piotr/Molsketch-0.2.0-Source/molsketch/src
used as include directory in directory /home/piotr/Molsketch-0.2.0-Source/tests
-- Configuring incomplete, errors occurred!
