Download Latest Version 2.5.tar.gz (95.5 kB)
Email in envelope

Get an email when there's a new version of Theos

Home / 2.3
Name Modified Size InfoDownloads / Week
Parent folder
2.3.tar.gz 2018-01-25 130.2 kB
2.3.zip 2018-01-25 212.3 kB
README.md 2018-01-25 887 Bytes
Totals: 3 Items   343.4 kB 0
  • Implements support for parallel building. Theos will automatically use all available logical CPU cores (aka CPU threads) to build multiple files at once. There are still spots that will feel slow, but otherwise you should see a reasonable improvement. (Pull request [#225])
    The version of Make included with macOS is too old for this feature, so this will be disabled unless you install the latest GNU Make. You can do this with Homebrew:
    shellsession $ brew install make $ ln -s gmake $(brew --prefix)/bin/make
  • Fixes ld: malformed file: unknown key 'flags' error when linking against the libraries that were updated in Theos 2.2. (Issue [#277])
  • dm.pl: Sets all files in the package to be owned by root:wheel, to normalise all files/directories to have correct ownership. (Issue [#202])
Source: README.md, updated 2018-01-25