welcome: please sign in
location: Diff for "Download"
Differences between revisions 10 and 29 (spanning 19 versions)
Revision 10 as of 2014-08-18 13:50:44
Size: 629
Editor: 228
Comment:
Revision 29 as of 2022-01-04 07:58:43
Size: 965
Editor: bsuo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Download BDF package =
Line 2: Line 3:
== Download BDF package ==
Now, we use git control our program. You can clone a BDF version via command
== BDF binary code ==


At present, BDF source code is only open for developers. For people who are interested in developing the BDF package, contact Prof. Wenjian Liu directly.

== git (new) ==

Now, we use git to control our program. You can clone a BDF version via command
Line 5: Line 12:
  $git clone users@182.92.69.169:/opt/gitroot/bdf-pkg.git $git clone users@182.92.69.169:/opt/gitroot/bdf-pkg
Line 7: Line 14:

Clone from the current release version
{{{
$git clone --branch 0.7.1 users@182.92.69.169:/opt/gitroot/bdf-pkg
}}}

== svn (old) ==
Line 10: Line 24:
 $svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev $svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev
Line 14: Line 28:
In case that the ip of server is changed, you can use switch (sw) to change the direction In case that the IP of server is changed, you can use switch (sw) to change the direction
Line 16: Line 30:
 $svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev $svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev

Download BDF package

BDF binary code

At present, BDF source code is only open for developers. For people who are interested in developing the BDF package, contact Prof. Wenjian Liu directly.

git (new)

Now, we use git to control our program. You can clone a BDF version via command

$git clone users@182.92.69.169:/opt/gitroot/bdf-pkg

Clone from the current release version

$git clone --branch 0.7.1 users@182.92.69.169:/opt/gitroot/bdf-pkg 

svn (old)

We use subversion to manage BDF package. You can download BDF with subversion command.

$svn co svn+ssh://user@10.105.153.100/export/svnroot/gbdf/trunk/0.5.dev

In case that the IP of server is changed, you can use switch (sw) to change the direction

$svn sw --relocate svn+ssh://bbs@162.105.153.250/export/home/bbs/project/xianest/trunk/0.5.dev svn+ssh://bbs@10.105.153.103/export/home/bbs/project/xianest/trunk/0.5.dev

Download (last edited 2023-04-10 17:18:24 by wangzikuan)