Showing all posts tagged #apple:


fink

Posted on February 14th, 2014

[Setup]
  1. Instal X11 before install the fink : X11 you should install Xquartz-2.7.4 or later from macosforge.org
  2. Download for intel PC : http://prdownloads.sourceforge.net/fink/Fink-0.9.0-Intel-Installer.dmg?download
  3. Install dmg : Fink 0.9.0 XYZ Installer.dmg
  4. Run /sw/bin/pathsetup.sh
  5. Once fink is updated, you can use "fink install" to fetch and compile from source code.
    For example, to install the Gimp, run fink install gimp.
    (MAC 10.9 does not have the binary package, so you need use the "fink install pacakge_name" to get the package source and install.
    http://docstore.mik.ua/orelly/unix3/mac/ch06_01.htm
  6. The default install path is /sw
  7. xcode-select --install
  8. Reference: http://www.finkproject.org/download/index.php?phpLang=en
  9. Q&A: http://www.finkproject.org/faq/faq.en.html
  10. Chinese : http://www.finkproject.org/download/index.php?phpLang=zh
[Samba]

MacPort

Posted on February 14th, 2014

[Introduction]
  1. putty : http://codingsteps.com/installing-and-using-putty-on-mac-os-x/
    Install: sudo port install putty
    Run : putty
    usb serial : /dev/cu.usbserial
    usb info : You can get the usb information from "System information" app.
    http://pim.famnit.upr.si/blog/index.php?/archives/165-OS-X-equivalent-to-lsusb.html
[Command]
  1. port selfupdate