2010-12-15

Using phpDesigner under Linux (Ubuntu)

12/15/2010 11:56:00 AM Posted by Hoàng Dũng No comments
1. Installing latest Wine
First we will need the latest version of wine, atm. that is 1.1.0, the easiest why to do that, is to add the wine repository.
First we will add the key:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Secondly add the repository itself, I’m running 8.04 (Hardy), so if your running something else, please consult the winehq homepage (http://www.winehq.org/site/download-deb):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
How you sould be able to install wine by running:
apt-get install wine
2. The Wine setup
The wine setup is really basic, from my observations Windows XP is the best version to go with, rest should be fine from default.
We will need to install some extra Windows packages in order to run phpDesigner, so do the following:
wget http://kegel.com/wine/winetricks && sh winetricks msxml3 riched20
This will download a script called winetricks, it is developed by Dan Kegel (http://kegel.com) big thanks to him :)
3. Installing and running phpDesigner
Well, this should be very straight forward, in ubuntu you can open Windows executables just as easy as on windows, download the setup file from MPSOFTWARE (http://www.mpsoftware.dk/downloads.php) double click on it and install it. When it’s done, you should see it in your Programs menu.

Chú ý: tắt bỏ hiệu ứng của Ubuntu đi khi sử dụng để tránh bị giật khi lập trình nhé :D

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.