[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nautilus Elementary



El día 1 de mayo de 2011 15:34, Camaleón <noelamac@gmail.com> escribió:
> El Sun, 01 May 2011 06:02:13 +0200, J. OCTAVIO AVALOS escribió:
>
>> El día 30 de abril de 2011 23:08, Camaleón escribió:
>
>>> Ejecuta un "ls -l" para ver qué archivos tienes donde estás ejecutando
>>> el "/.configure".
>>>
>>>
>>>
>> Lo bajé con bazaar desde el repositorio lp:nautilus elementary y lo
>> dirigí a ese directorio para instalarlo desde las fuentes y como se
>> indica en el archivo de instrucciones INSTALL. Si te fijas hay un scrip
>> install-sh pero no se si funciona. Los archivos que tiene el directorio
>> son:
>
> (...)
>
> Hum... no hay ningún archivo "configure" de ahí el error :-)
>
> A ver, si vamos a este enlace:
>
> http://bazaar.launchpad.net/~elementaryart/nautilus-elementary/nautilus-elementary-2.30/files
>
> Vemos que hay un script "configure" por ahí, pero ¿cómo se descarga todo
> en ".tar-gz"? No sé cómo va esto del repo baazar :-?
>
> Saludos,
>
> --
> Camaleón
>
>
En mi caso lo que hice fue desde consola ejecutar:
$sudo apt-get build-dep nautilus
#bzr branch lp:nautilus-elementary/nautilus-elementary

Lo desconcertante es que en el archivo de instrucciones de instalación
indica el ./configure

Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package.  The following
more-detailed instructions are generic;
.../...
  The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.

     Running `configure' might take a while.  While running, it prints
     some messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. Optionally, type `make check' to run any self-tests that come with
     the package, generally using the just-built uninstalled binaries.

  4. Type `make install' to install the programs and any data files and
     documentation.  When installing into a prefix owned by root, it is
     recommended that the package be configured and built as a regular
     user, and only the `make install' phase executed with root
     privileges.

  5. Optionally, type `make installcheck' to repeat any self-tests, but
     this time using the binaries in their final installed location.
     This target does not install anything.  Running this target as a
     regular user, particularly if the prior `make install' required
     root privileges, verifies that the installation completed
     correctly.

  6. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  To also remove the
     files that `configure' created (so you can compile the package for
     a different kind of computer), type `make distclean'.  There is
     also a `make maintainer-clean' target, but that is intended mainly
     for the package's developers.  If you use it, you may have to get
     all sorts of other programs in order to regenerate files that came
     with the distribution.

  7. Often, you can also type `make uninstall' to remove the installed
     files again.  In practice, not all packages have tested that
     uninstallation works correctly, even though it is required by the
     GNU Coding Standards.

  8. Some packages, particularly those that use Automake, provide `make
     distcheck', which can by used by developers to test that all other
     targets like `make install' and `make uninstall' work correctly.
     This target is generally not run by end users.

Un saludo
-- 
Octavio Ávalos


Reply to: