On 12/13/10 10:07 AM, X Igrecz wrote: > I have for ex. pixman instaled. What have i to do for RUN pixman ? Please.
pixman is just a library, a set of functions that other programs use. There is nothing there for a normal user to run. > And i make "fink install synfigstudio" etc. and it is NOT installed : what > have i to do for install and use synfig, please ? Check to make sure whether or not it is installed. Run the following command in Terminal.app fink list synfigstudio If the output line is has "i" in front of it, then it is installed. If it does not have "i", then run the command fink install synfigstudio You can get a list of the files an installed package has by running the command dpkg -L synfigstudio In this case, you'll notice /sw/bin/synfigstudio in the list, indicating that if you run the command synfigstudio from Terminal.app then it should start the program. Hanspeter ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
