[CentOS/Fedora] - How to run visual designer?

Linux specific forum
stmdbe2019
User
User
Posts: 89
Joined: Mon Aug 31, 2009 2:11 pm

[CentOS/Fedora] - How to run visual designer?

Post by stmdbe2019 »

I suddently 100% moved to linux (redhat /centos), unix (solaris 10).
- because running private server, learning linux/unix as final destination.
- Now i want my all codes from windows > to linux/unix, dont want to go back windows anymore, after my server crash.
- I loved only visual basic 6 once, after coming vb.net/c# i hate microsoft winblows and fall in loved with purebasic..

Q. How can use the visual designer now? I have purebasic running only
[img]: http://picasaweb.google.com/lh/photo/Zn ... directlink

[root@www compilers]# uname -a
Linux http://www.mydomain.be 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:39:04 EST 2010 i686 i686 i386 GNU/Linux
[root@www compilers]# ps -elf | grep purebasic
0 S root 29264 29091 0 75 0 - 22311 stext 14:20 pts/3 00:00:07 ./purebasic
[root@www compilers]# ll
total 15140
-rw-r--r-- 1 1000 1000 272652 Jan 31 21:14 apifunctions.txt
-rw-r--r-- 1 1000 1000 246462 Jan 31 21:14 debugger.a
-rw-r--r-- 1 1000 1000 10765169 Jan 31 21:14 engine3d.so
-rwxr-xr-x 1 1000 1000 70982 Jan 31 21:14 fasm
-rw-r--r-- 1 1000 1000 10206 Jan 31 21:14 objectmanager.a
-rw-r--r-- 1 1000 1000 12048 Jan 31 21:14 objectmanagerthread.a
-rwxr-xr-x 1 1000 1000 253372 Jan 31 21:14 pbcompiler
-rwxr-xr-x 1 1000 1000 880664 Jan 31 21:14 pbdebugger
-rwxr-xr-x 1 1000 1000 927800 Jan 31 21:14 pbdebuggerunicode
-rwxr-xr-x 1 1000 1000 1606008 Jan 31 21:14 purebasic
-rw-r--r-- 1 1000 1000 27284 Jan 31 21:14 stringmanager.a
-rw-r--r-- 1 1000 1000 27692 Jan 31 21:14 stringmanagerpurifier.a
-rw-r--r-- 1 1000 1000 31768 Jan 31 21:14 stringmanagerthread.a
-rw-r--r-- 1 1000 1000 32176 Jan 31 21:14 stringmanagerthreadpurifier.a
-rw-r--r-- 1 1000 1000 32096 Jan 31 21:14 stringmanagerthreadunicode.a
-rw-r--r-- 1 1000 1000 32496 Jan 31 21:14 stringmanagerthreadunicodepurifier.a
-rw-r--r-- 1 1000 1000 27602 Jan 31 21:14 stringmanagerunicode.a
-rw-r--r-- 1 1000 1000 28002 Jan 31 21:14 stringmanagerunicodepurifier.a
-rw-r--r-- 1 1000 1000 14690 Jan 31 21:14 stringutility.a
-rw-r--r-- 1 1000 1000 26648 Jan 31 21:14 systembase.a
-rw-r--r-- 1 1000 1000 11940 Jan 31 21:14 unicodefunctions.a
[root@www compilers]#
-----
Registered PureBasic Coder.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Re: [CentOS/Fedora] - How to run visual designer?

Post by walker »

You need at least the dev-Packages from gtk2.0, sdl and gcc installed. try

Code: Select all

sudo apt-get install build-essential libgtk2.0-dev libgnome2-dev libgnomeprintui2.2-dev libxine-dev libsdl1.2-dev libiodbc2-dev libxul-dev
for ubuntu and derivates to install all needed packages
for centos ... I do not know.. but the packages will have similar names .. i guess
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Re: [CentOS/Fedora] - How to run visual designer?

Post by Progi1984 »

Try a

Code: Select all

su -
yum install build-essential libgtk2.0-dev libgnome2-dev libgnomeprintui2.2-dev libxine-dev libsdl1.2-dev libiodbc2-dev libxul-dev
Post Reply