Created
June 20, 2014 09:06
-
-
Save nicdk/95c438b2c308133c2f30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swift言語のリポジトリはsubversion で置かれている。 | |
ので、あとが面倒だからgitにする。 | |
git-svnをつかって取得する。 | |
swift言語のビルド方法はこちらから。 | |
http://swift-lang.org/guides/release-0.94/quickstart/quickstart.html | |
読むと、まず CoGKit を展開し、その中で swift をビルドするらしい。 | |
http://wiki.cogkit.org/wiki/Main_Page | |
$ mkdir swift-0.94 | |
$ cd swift-0.94 | |
$ svn co https://svn.code.sf.net/p/cogkit/svn/branches/4.1.10/src/cog | |
$ cd cog/modules | |
$ svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.94 swift | |
$ cd swift | |
$ ant redist | |
module 以下にあるコードが'libディレクトリがない'と言うので、出てくるたびにmkdirしたら | |
無事にbuildできた。 | |
## 参考にしたところ | |
* http://sourceforge.jp/magazine/09/03/26/0834222/2 | |
* https://jp.linux.com/linux-community/blog/236-mirainoitsuka/403358 | |
* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment