GiellaLT

GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started, and our Privacy document.

View GiellaLT on GitHub

Lion installation notes

  1. made a bootable backup partition of the old system disk
  2. reformatted the old system disk
  3. the system disk and the backup partition had the same name, this caused the Lion installer to not find any of them!
  4. had to boot the computer from another Mac in target disk mode under Snow Leopard, and reformat the system disk with another name
  5. after the renaming installation went smooth
  6. copied system preferences, applications and the admin user, nothing more

Xcode installation

Xcode for Lion needs to be “bought” from the Mac App Store (store application is included in Lion). The tool is free, but requires an AppleID/iTunes account, which usually requires a credit card associated with it. But there are ways to set up an iTunes account without specifying a credit card, search the Internet for more info.

With a working iTunes account (with or without credit card info), just install the free Xcode application from the Mac App Store.

After installation, zero or more of the following steps might be necessary:

  1. install the command line tools by opening Xcode, and go to the menu: Xcode > Preferences… > Downloads, and intall the command-line tools 1. please note that the command line tools are already on your machine, and might not need to be installed explicitly - test before you install!
  2. use xcode-select to set the path to the Xcode installation (requires root power=sudo): sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

MacPorts additions

If you are upgrading from earlier OSX installations, and have an old MacPorts installation (most likely if you have done work with our languages earlier), you also need to do the following:

  1. update macports to the latest version: sudo port selfupdate
  2. run the MacPorts migration described here to reinstall all ports. This is painful but required to get back to a working state.

Further discussion and details can be found in the discussion here.

Sitemap