# Install Leptonica: Go to the webp/leptonlib-1.066/ directory and run the following commands:
./configure
make
make install
This installs the Leptonica library liblept.a under /usr/local/lib and Leptonica header files under /usr/local/include/liblept/.
# Build webpconv: Go to the webp/libwebp/ directory and (again) run the following commands:
./configure
make
This builds the webpconv command line tool, available under the src/ directory
Jag kommer så långt som till ./configure men då vägrar terminalen utföra kommandot pga missade program bibliotek skulle jag gissa på,
men jag har installerat dom enligt mjukvara centret .
Klistra då in byggloggen som du får när ./configure körs eller under andra steg under själva bygget eftersom den innehåller all väsentlig info för att kunna hjälpa när du kör fast. Det är annars omöjligt att gissa.
Du måste se till att installera -dev-versionerna av de paket som bygget och det färdiga programmet är beroende av.
elias@xxx:~/Hämtningar/webp/leptonlib-1.066$ sudo ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for cl.exe... no
checking for g++... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
elias@xxx:~/Hämtningar/webp/leptonlib-1.066$ make
make: *** Inga mål angavs och ingen makefil hittades. Stannar.
elias@xxx:~/Hämtningar/webp/leptonlib-1.066$ make install
make: *** Ingen regel för att skapa målet "install". Stannar.
elias@xxx:~/Hämtningar/webp/leptonlib-1.066$
Den här tråden postades ursprungligen i kategorin Bildhantering. Flyttar till en för ämnet bättre plats.
SK
HP NC2400 - Ubuntu 10.04 • Fujitsu Siemens AmiloM7400 - Arch Linux • HP/Compaq Mini 110C - Ubuntu 10.04
CryingFreeman skrev:[…] Ubuntu är och förblir en meritokrati, inget demokratiskt experiment där alla får säga vad som helst till vem som helst, hur som helst.