- 閱讀權限
- 90
- 最後登錄
- 19-6-23
- 精華
- 0
- UID
- 133389
- 帖子
- 13929
- 積分
- 16070
- 註冊時間
- 03-12-6
- 在線時間
- 1404 小時
      
- UID
- 133389
- 帖子
- 13929
- 積分
- 16070
- Good
- 216
- 註冊時間
- 03-12-6
- 在線時間
- 1404 小時
|
DA放弃破解3K是纯属造谣,翻译文在此
最近造谣的人实在太多,干脆把那篇炒得很热的文章翻译给大家看看究竟是怎么回事,免得晃动PSP3000党的军心。
原文地址:http://sceners.org/?itemid=200
原文(题为:IBM Cell SDK 3.1 (Multicore Acceleration) on Ubuntu 8.10):
Category: PS3
This is a little howto to being able to use the IBM Cell SDK 3.1 (latest version) within your Ubuntu.
This is how it worked for me.
Even though, your system might need some addition or changes. If you find that some package is missing or anything, just install it, and just ask for help if you need to.
1. Download the needed stuff.
Go to here and click the "Downloads" tab. Then, go to "Developer Package", and click on "Download SDK 3.1 for Fedora 9 from developerWorks".
You'll need an IBM ID, so register and fill all the needed stuff. No email check is needed. Once logged in and checked up all your personal details, click the "Download using http" tab, and download the following files:
- SDK 3.1 Developer package ISO image for Fedora 9 - CellSDK-Devel-Fedora_3.1.0.0.0.iso (434MB)
- SDK 3.1 Extras package ISO image for Fedora 9 - CellSDK-Extras-Fedora_3.1.0.0.0.iso (34MB)
And mount them anywhere;
mkdir -p /tmp/cell-devel/
mount -o loop CellSDK-Devel-Fedora_3.1.0.0.0.iso /tmp/cell-devel/
mkdir -p /tmp/cell-extras/
mount -o loop CellSDK-Extras-Fedora_3.1.0.0.0.iso /tmp/cell-extras/
2 Get the rpm's from the BSC project.
wget -l 1 -c -np -nd -r http://www.bsc.es/projects/deepc ... DK-Open-Fedora/x86/ -A .rpm
convert them to .deb files;
sudo apt-get install alien
sudo alien -k --to-deb *.rpm
and install them;
dpkg -i *.deb
3. Get the rpm's from the Devel CD, convert, install;
mkdir devel-rpm
cd devel-rpm
cp /tmp/cell-devel/software/*.rpm devel-rpm/
sudo alien -k --to-deb *.rpm
dpkg -i *.deb
and do the same for the Extras CD;
mkdir extras-rpm
cd extras-rpm
cd /tmp/cell-extras/software/*.rpm extras-rpm/
sudo alien -k --to-deb *.rpm
dpkg -i *.deb
4. Copy the rest of the Devel CD to some local place;
mkdir cell-devel
cp /tmp/cell-devel/ cell-devel/
and the same to the Extras CD;
mkdir cell-extras
cp /tmp/cell-extras/ cell-extras/
and edit the login
gedit ~/.bashrc
and add this couple of lines;
# CellSDK
export PATH="$PATH:/opt/IBM/systemsim-cell/bin"
5. Install the cellsdk.
cd cell-devel/software
sudo ./cellsdk install
6. Unmount and clean up.
umount /tmp/cell-devel
umount /tmp/cell-extras
以下是翻译文:
这是一点点关于怎样在你的Ubuntu系统上能够使用IBM Cell SDK 3.1(最新版本)的方法。
尽管如此,你的系统可能需要一些增加或者改变,如果你发现一些数据丢失了或者除了其他毛病,尽管安装它,如果你有需要就尽管寻求帮助。
1.下载需要的资料
来这里并点击“下载”按钮,然后,去“Developer Package”,并点击“Download SDK 3.1 for Fedora 9 from developerWorks”.
你将会需要一个IBM的账号,所以注册并且填入需要填入的信息。它不需要E-MAIL验证。马上登入并核对一下你所有的个人信息,点击“Download using http”,然后下载以下几个文件:
- SDK 3.1 Developer package ISO image for Fedora 9 - CellSDK-Devel-Fedora_3.1.0.0.0.iso (434MB)
- SDK 3.1 Extras package ISO image for Fedora 9 - CellSDK-Extras-Fedora_3.1.0.0.0.iso (34MB)
然后把它们解压到任何地方;
mkdir -p /tmp/cell-devel/
mount -o loop CellSDK-Devel-Fedora_3.1.0.0.0.iso /tmp/cell-devel/
mkdir -p /tmp/cell-extras/
mount -o loop CellSDK-Extras-Fedora_3.1.0.0.0.iso /tmp/cell-extras/
2.获得BSC计划的rpm's(编程用语)
wget -l 1 -c -np -nd -r http://www.bsc.es/projects/deepc ... DK-Open-Fedora/x86/ -A .rpm
把它们转换为.deb格式的文件
sudo apt-get install alien
sudo alien -k --to-deb *.rpm
然后再安装它们
dpkg -i *.deb
3.从Devel CD中获得rpm's,转换,安装;
mkdir devel-rpm
cd devel-rpm
cp /tmp/cell-devel/software/*.rpm devel-rpm/
sudo alien -k --to-deb *.rpm
dpkg -i *.deb
然后在Extras CD上做相同的事;
mkdir extras-rpm
cd extras-rpm
cd /tmp/cell-extras/software/*.rpm extras-rpm/
sudo alien -k --to-deb *.rpm
dpkg -i *.deb
4.拷贝Devel CD上剩余的部分到一些本地位置;
mkdir cell-devel
cp /tmp/cell-devel/ cell-devel/
Extras CD上也一样;
mkdir cell-extras
cp /tmp/cell-extras/ cell-extras/
然后编辑登入
gedit ~/.bashrc
并且加入这几行语句;
# CellSDK
export PATH="$PATH:/opt/IBM/systemsim-cell/bin"
5.安装cellsdk.
cd cell-devel/software
sudo ./cellsdk install
6.拿出光盘并清理。
umount /tmp/cell-devel
umount /tmp/cell-extras
轉貼自ll電玩巴士
假嫁
[ 本帖最後由 牙武=] 於 2009-2-14 11:16 PM 編輯 ] |
|