The Wayback Machine - https://web.archive.org/web/20110522034255/http://ubuntuforums.org/showthread.php?t=193814/

Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Wine

Wine
This is the place for questions about using Windows programs under Linux using Wine, including productivity software, games, and anything else.

 
Thread Tools Display Modes
Old June 10th, 2006   #1
Chocolate Ubuntu Mocha Blend
 
patrick295767's Avatar
 
Join Date: Sep 2005
Beans: 1,890
Send a message via ICQ to patrick295767 Send a message via Yahoo to patrick295767
[Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newbies

Hi,

======== Update of Sept. 2007 ======version 2.2 =================
A new version has been released of easy script cvscedega. To install it, just type this in your console:
Code:
sudo bash
cd /root
apt-get -f -y install flex cvs bison
wget -N http://patrick295767.pa.funpic.org/easy_cvscedega_patrick_version2.2.sh
sh http://patrick295767.pa.funpic.org/easy_cvscedega_patrick_version2.2.sh
exit
Beware this script is absolutely not Debian in terms of security and so on... Script not supported, but could install cvscedega on your machine .
I just read a bit the thread, and could install cvscedega on my pc. Then, I quickly updated this script.
Now, let's game a bit !

Nota: It will install you cvscedega in /usr/bin/
Enjoy Gaming with Linux




working games with cvs/cedega: http://cedegawiki.sweetleafstudios.c...tegory:Working (with right config)
======== Update of Jan 2007 ======version 2.1 =================

now:

The version 2.1 of the automatic script is ready; you can run the following commands from console:
[CODE ### version 2.1
sudo su
su
cd /tmp
wget http://patrick295767.pa.funpic.org/easy_cvscedega_patrick_version2.1.sh
sh easy_cvscedega_patrick_version2.1.sh
[/CODE]

Good Luck !!
CVScedega is not so easy to install anymore, flex-old should be USED !

The script is now updated and working for any serious distro (I use debian) & any type of GCC ! I am not sure it will work with Ubuntu. There is some troubles reported.

Enjoy gaming & Cvscedega !

Sorry that cvscedega profiles are getting less less easy to be installed
Howto with pics: http://patrick295767.pa.funpic.org/cvs.htm (sh should be version2.1 as above)


===
On one machine, I get this error
http://www.linux-gamers.net/modules/...?topic_id=2582


======== Long time ago in 2006 =========version 1.0 ==============
After reading lot of problems to install cvscedega, I finally made a script which can maybe help some of new linux users. (It's also preparing installation of vmware/qt3)

Cvs cedega is normally easy to be installed, but even though some installation troubles can be observed.

I hope this script effortless will help some of you !

To Install cvscedega, without efforts, just type:
(this script is based on the very great WineCVS.sh script )
Code:
sudo bash
cd /root
apt-get -f -y install flex cvs bison
wget -N http://patrick295767.sitesled.com/miniram/easy_cvscedega_patrick.sh
sh easy_cvscedega_patrick.sh
exit
When the script is running : get and run the PROFILE Number 1

If our gaming master, artificial intelligence, that I thank a lot for his support in this forum, has any updates or improvements, plz do not hesitate to let me know. Thank you !! I am lazy for making gcc3.4 or gcc4.0 check ...

Greetings to Linux Users & Gamers,

Patrick



===============
ADDITIONAL INFORMATION:
===============

Installation Problems & Screenshots HowToInstall it:
You can find the installation with screenshots at the following link:
http://patrick295767.sitesled.com/cv...cvscedega.html
or there : http://patrick295767.pa.funpic.org/cvs.htm

===============
Before starting the installation script above, a clean and standard /etc/apt/sources.list file (for no bug's & problems I mean) is highly recommended.
If you are not sure of this /etc/apt/sources.list file that is present in your Ubuntu Linux Box installation, please do as follows:

Code:
wget http://patrick295767.sitesled.com/miniram/sources.list-dapper
sudo cp sources.list-dapper /etc/apt/sources.list
and start the script (above).

===============
REFERENCES
===============

http://doc.gwos.org/index.php/CedegaCVSInstallation
http://www.linux-gamers.net/
http://www.linux-gamers.net/modules/...ack=HOWTO+Home
__________________
How to install LINUX for Newbies, here my Website !!
cvscedega quick install [4]
Debian Stable, Etch = High Stability and no bugs
Ubuntu (based on sidux, unstable Debian) for a quick introduction to Linux

Last edited by patrick295767; September 16th, 2007 at 03:27 PM..
patrick295767 is offline   Reply With Quote
Old June 10th, 2006   #2
First Cup of Ubuntu
 
Join Date: Jun 2006
Beans: 3
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

I tried the script and get this error
-------------------------

Checking out CVS ... May take a while




--------- Error log - file /home/runner/.WineCVS/sources/cvscedega/ErrorLog : ---------
/home/runner/.WineCVS/Functions/RunWineCVS: line 736: cvs: command not found


Error in CVS checkout

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)


Sat Jun 10 19:17:59 EDT 2006
Installation Done
easy_cvscedega_patrick.sh: line 81: ======================: command not found
Type as User: cvscedega
------------------------------------------------------------------

I get the same error any time I try just running just the WineCVS.sh
Runner is offline   Reply With Quote
Old June 11th, 2006   #3
Chocolate Ubuntu Mocha Blend
 
patrick295767's Avatar
 
Join Date: Sep 2005
Beans: 1,890
Send a message via ICQ to patrick295767 Send a message via Yahoo to patrick295767
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

I corrected the error 81
and started the script: cvscedega is installed.

I checked :
apt-get -f -y install cvs
is into the script too

...
__________________
How to install LINUX for Newbies, here my Website !!
cvscedega quick install [4]
Debian Stable, Etch = High Stability and no bugs
Ubuntu (based on sidux, unstable Debian) for a quick introduction to Linux
patrick295767 is offline   Reply With Quote
Old June 12th, 2006   #4
Just Give Me the Beans!
 
Join Date: Apr 2006
Location: Red Stick, LA
Beans: 48
Ubuntu 6.06
Send a message via AIM to tokez
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

just ran the script on my dapper 6 install and all went well.

however, i had to
Code:
apt-get install bison flex
and rerun the script to make it finish.
tokez is offline   Reply With Quote
Old June 12th, 2006   #5
Quad Shot of Ubuntu
 
Adamant1988's Avatar
 
Join Date: May 2006
Location: West Virginia
Beans: 405
The Feisty Fawn Testing
Send a message via AIM to Adamant1988 Send a message via MSN to Adamant1988 Send a message via Skype? to Adamant1988
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

is this script safe? (sorry, I'm newbish).
Adamant1988 is offline   Reply With Quote
Old June 12th, 2006   #6
Deus Ex Machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 14,642
Ubuntu 10.10 Maverick Meerkat
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

Code:
#/bin/bash
clear
echo "========================="
echo "====== CVS Cedega ======="
echo "========================="
echo "= $(date) Vers.0.1="
echo "= By Patrick            ="
echo "========================="
echo " "
echo " Please make sure you have a correct /etc/apt/sources.list"
echo " "
echo " Preparing the computer:"
echo "Installing several packages for cvscedega, vmware, compiling ..."
echo "  "
apt-get update
################ make install !! ##############"
## this 3  lines for amsn 0.95 & also for vmware workstation
apt-get -f -y install make konsole
apt-get -f -y install build-essential
## for building, make ... checkinstall
apt-get install -f -y kdevelop kdevelop3-dev build-essential checkinstall
##### amsn  installation
apt-get -f -y install gcc 
apt-get -f -y install gcc-3.4
apt-get -f -y install build-essential tcl8.4-dev tk8.4-dev imlib11-dev esound-clients
rm /usr/bin/gcc
ln -s /usr/bin/gcc-3.4 /usr/bin/gcc
apt-get -f -y install linux-headers-$(uname -r)
apt-get -f -y install build-essential 

## voor vmware
apt-get -f -y install make

apt-get -f -y install build-essential
apt-get -f -y install gcc-3.4
apt-get -f -y install build-essential 
apt-get -f -y install zenity
apt-get -f -y install linux-tree
apt-get -f -y install g++-3.4
cat /proc/version
ls /usr/bin/gcc*
rm -rf /usr/src/linux
apt-get -f -y install linux-headers-$(uname -r)
ls /usr/bin/gcc*
ln -s /usr/src/linux-headers-$(uname -r) /usr/src/linux
rm /usr/bin/gcc
ln -s /usr/bin/gcc-3.4 /usr/bin/gcc
rm /usr/bin/gccbug
ln -s /usr/bin/gccbug-3.4 /usr/bin/gccbug
CC=/usr/bin/gcc-3.4
export CC
apt-get -f -y install
apt-get -f -y install

######## installing qt3
apt-get -f -y install qt3-dev-tools
apt-get -f -y install qt3-apps-dev
apt-get -f -y install libqt3-headers
apt-get -f -y install qca-dev
apt-get -f -y install libqt3c102-mt
export QTDIR=/usr/share/qt3
##########end ###### make install !! ##############"


####################"
#installing cedega cvs
mkdir /root
mkdir /root/miniram
cd /root/miniram
rm -rf /root/miniram/WineCVS.sh
 wget http://cvscedega.linux-gamers.net/WineCVS.sh
cp WineCVS.sh WineCVS-linuxgamers.sh
 wget http://patrick295767.sitesled.com/miniram/WineCVS.sh
apt-get -f -y install cvs
apt-get -f -y install cvs build-essential bison flex-old libasound2-dev x-window-system-dev libpng12-dev libjpeg62-dev libfreetype6-dev libxrender-dev libttf2 libttf-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libsdl-gfx1.2-dev msttcorefonts libfontconfig1-dev
 apt-get -f -y install  
 apt-get -f -y install  
echo "Please download the profile number 1, and "
echo "run this downloaded profile"
sh WineCVS.sh
date
echo "Installation Done"
echo "====================== "
echo "Type as User: cvscedega"
code from the script. Looks harmless enough. What I'm a bit worry about with the script is it it changes /usr/bin/gcc which are symblink to gcc4 to gcc3.

Code:
rm /usr/bin/gcc
ln -s /usr/bin/gcc-3.4 /usr/bin/gcc

Last edited by Artificial Intelligence; June 12th, 2006 at 02:02 AM..
Artificial Intelligence is offline   Reply With Quote
Old June 12th, 2006   #7
Quad Shot of Ubuntu
 
Adamant1988's Avatar
 
Join Date: May 2006
Location: West Virginia
Beans: 405
The Feisty Fawn Testing
Send a message via AIM to Adamant1988 Send a message via MSN to Adamant1988 Send a message via Skype? to Adamant1988
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

Well, the script would only allow me to use profile 0 -_-... so I just went with that... did I make a mistake?
Adamant1988 is offline   Reply With Quote
Old June 12th, 2006   #8
Just Give Me the Beans!
 
Join Date: Apr 2006
Location: Red Stick, LA
Beans: 48
Ubuntu 6.06
Send a message via AIM to tokez
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

Quote:
Originally Posted by Adamant1988
Well, the script would only allow me to use profile 0 -_-... so I just went with that... did I make a mistake?
you chose profile 1 for the main part -- then that profile became profile 0

if you did that, then it is correct
tokez is offline   Reply With Quote
Old June 12th, 2006   #9
Deus Ex Machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 14,642
Ubuntu 10.10 Maverick Meerkat
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

Patrick you should also mention that there's a world to diffrent from the pay version and the CVS version, like CD copy protection support etc.
Artificial Intelligence is offline   Reply With Quote
Old June 23rd, 2006   #10
5 Cups of Ubuntu
 
Join Date: Jun 2006
Beans: 32
Re: [Free Gaming] Easy Automatic Installation, without efforts, of CVScedega for Newb

Patrick, if i go to: http://winecvs.linux-gamers.net/WineCVS
I get a message: Access forbidden! Do i need to get my profile from somewhere else?


nvm, it worked today

Last edited by bekok; June 24th, 2006 at 11:26 AM..
bekok is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 11:42 PM.