Chinese Distribution: Difference between revisions

Dram (talk | contribs)
Dram (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
===打包===
===打包===


Glucose以及部分Fructose已打包完成,具体参看[https://build.opensuse.org/project/show?project=home%3Adramwang%3Asugar 这里]。以下列出还未打包部分。
Glucose以及Fructose已打包完成,具体参看[https://build.opensuse.org/project/show?project=home%3Adramwang%3Asugar 这里]
 
{| class="wikitable"
!名称
!优先级
!认领
|-
|Jukebox
|高
|dram
|-
|Memorize
|高
|dram
|-
|Pippy
|高
|dram
|-
|TurtleArt
|高
|dram
|}


===测试===
===测试===
Line 71: Line 49:
===osc的安装===
===osc的安装===


需要的包
sudo zypper install osc
 
sudo zypper install python-xml python-m2crypto
 
安装osc
 
git clone git://github.com/openSUSE/osc.git
 
python setup.py build
 
python setup.py install
 
ln -s `pwd`/osc-wrapper.py /usr/bin/osc


===osc的使用===
===osc的使用===