Alpha Technical Note #001 |
How to update the core |
xcode-select --install
svn checkout https://svn.code.sf.net/p/alphacocoa/code/Current
--- Current |--- build |--- Debug | |--- Alpha.app |--- Release |--- Alpha.appThe build folder is at the same level as the Core, Doc, Libraries, Tests, Tools and Utils folders.
make core-updateThat's all there is to it. You'll see a lot of messages from the compiler and hopefully this will end with a "** BUILD SUCCEEDED **" message. You can now launch your updated Alpha (once again, located inside Current/build/Debug).
make sf-updateIf you want to update only AlphaTcl, rather than the core, see TN #3: How to update the AlphaTcl library ?.