Chinese Distribution: Difference between revisions

Dram (talk | contribs)
Dram (talk | contribs)
 
Line 49: 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的使用===