Re: aiuto traduzione richiesta in canale
Inviato: giovedì 17 dicembre 2009, 17:41
ma qua dice cmake, non configure... è lo stesso? :-\
Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
sì, ma infatti qui dice:jmilton00 ha scritto: ma qua dice cmake, non configure... è lo stesso? :-\
Codice: Seleziona tutto
For compatibility reasons, configure like wrapper is provided, if you
don't need much specific tuning, you can use general "./configure; make;
sudo make install" set of commands. The configure wrapper will create
directory build-configure and build all binaries there (nothing is
changed in source tree), for example gammu binary is in
build-configure/gammu directory.
Codice: Seleziona tutto
If you need/want to tweak build a bit more than configure wrapper
provides, you have to use CMake directly. For now, only out of source
build is supported, so you have to create separate directory for build: