I use ubuntu 16.04.
there is already installed libgphoto version 2.5.9
but i want to install newly version 2.5.22 with modified code by me.
so i downloaded install zip from git
and modify the code and install with make & make install .
and compile with gcc main.c -lgphoto2.
but it seems to work with version 2.5.9.
there is two installed path.
/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/~
/usr/local/include/gphoto and /usr/local/lib/libgphoto2/2.5.22/~
how can i use 2.5.22?
i am sorry about my poor english and poor question..
thank you.
Hello there.
I use ubuntu 16.04. there is already installed libgphoto version 2.5.9 but i want to install newly version 2.5.22 with modified code by me.
so i downloaded install zip from git and modify the code and install with make & make install . and compile with gcc main.c -lgphoto2. but it seems to work with version 2.5.9.
there is two installed path. /usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/~ /usr/local/include/gphoto and /usr/local/lib/libgphoto2/2.5.22/~ how can i use 2.5.22?
i am sorry about my poor english and poor question.. thank you.