Come elencare tutti i file che sono stati installati da un pacchetto MacPorts?
Ad esempio in Funtoo (o in Gentoo) posso ottenere lo stesso risultato con un comando:
equery b [package name]
Come elencare tutti i file che sono stati installati da un pacchetto MacPorts?
Ad esempio in Funtoo (o in Gentoo) posso ottenere lo stesso risultato con un comando:
equery b [package name]
Nel mio caso erano necessari i CFLAGS LDFLAGS.
# ensure libyaml is installed
port install libyaml +universal
# if you like you can check the location of the installied files (especially the .h file)
# port contents libyaml
# now configure with these options
CFLAGS="-I/opt/local/include/ " LDFLAGS="-L/opt/local/lib/" ./configure
make
sudo make install
Leggi altre domande sui tag macports