版本 10 和 Downloads 的 版本 11 之間的變動
- 時間撮記:
- 2006-11-16 上午10:54:29 (18 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Downloads
v10 v11 21 21 The '''!VirtualBox OSE''' binaries and sources are available free of charge under the terms and conditions of the [wiki:"GPL" GNU General Public License, Version 2]. By downloading from the below links, you agree to these terms and conditions. 22 22 23 * '''Getting a tarball.''' Download from here: 24 25 xxx 26 27 * '''Checking out from our Subversion server.''' We use a custom build system called "kBuild", which is an adapted GNU Make. You will therefore need to check out both the !VirtualBox OSE code and kbuild. 28 29 {{{ 30 svn co http://virtualbox.de/vbox/svn/trunk . 31 svn co http://virtualbox.de/kbuild/svn/trunk/kBuild kBuild 32 }}}