[Linux-Biella] hg vs git spiegatemi

Daniele Segato daniele.bilug a gmail.com
Mar 22 Nov 2011 18:43:55 CET


On Tue, 2011-11-22 at 18:34 +0100, Daniele Segato wrote:
> >  io quando lo compilavo facevo clone
> > mkdir build
> > ./configure
> > cd build
> > cmake ../
> > poi make e bom ..
> 
> proverņ anche io
> se non incontro problemi a compilare (altrimenti non ho voglia di
> mettermi a risolverli)



$ git clone git://yorba.org/shotwell
Cloning into shotwell...
remote: Counting objects: 17840, done.
remote: Compressing objects: 100% (5361/5361), done.
remote: Total 17840 (delta 14503), reused 15195 (delta 12384)
Receiving objects: 100% (17840/17840), 8.97 MiB | 122 KiB/s, done.
Resolving deltas: 100% (14503/14503), done.

$ cd shotwell/

$ git branch
* master

$ git status
# On branch master
nothing to commit (working directory clean)

$ git describe
shotwell-0.10.0-248-gcbddb51

$ mkdir build
$ ./configure
Configured.  Type 'make' to build, 'make install' to install.

$ cd build/
$ cmake ../
CMake Error: The source directory "/tmp/shotwell" does not appear to
contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.


direi che non ti limiti a fare questo che mi hai detto



Maggiori informazioni sulla lista Linux