After a few days experimenting with ubuntu 10.04 i succeeded to install purebasic on it.
( i am very new with ubuntu)
after installing libgtk2.0-dev it did work nice.
Now i decided to use ubuntu 11.10
I can not find how to install purebasic now.
I have purebasic-linux_4_51_x86_(fbxy6x) is there a newer version for this
ubuntu????
i do use purebasic for my interferometry radio telescope for heavy calculating and
graphic things.
( see my site: http://home.kpn.nl/apon001/huis.htm )
please help me.
Wim
How to install purebasic on Ubuntu 11.10 ????
-
wimapon
- Enthusiast

- Posts: 290
- Joined: Thu Dec 16, 2010 2:05 pm
- Location: Delfzijl ( The Netherlands )
- Contact:
Re: How to install purebasic on Ubuntu 11.10 ????
The guys of Pure Basic provided a new version: Purebasic_linux_4_60_86(9patbs).tgz
Now it is worse: Ubuntu does not even recognize the .exe files.... if they are there?
I do have a serious problem.......
Now it is worse: Ubuntu does not even recognize the .exe files.... if they are there?
I do have a serious problem.......
Re: How to install purebasic on Ubuntu 11.10 ????
cd to your purebasic\compilers directory
paste this in
and it will spit out a list of libs needed and the packages
paste this in
Code: Select all
EXE=purebasic FILES=`ldd $EXE | cut -d= -f1 | cut -f2 | cut -d" " -f1` ; echo -e "### FILES ###\n$FILES\n\n### PACKAGES ###" ; dpkg -S $FILES | fgrep "$FILES"
Windows 11, Manjaro, Raspberry Pi OS


-
wimapon
- Enthusiast

- Posts: 290
- Joined: Thu Dec 16, 2010 2:05 pm
- Location: Delfzijl ( The Netherlands )
- Contact:
Re: How to install purebasic on Ubuntu 11.10 ????
Ohhhh idle, that looks very difficult.....
In the mean time i found the help in ubuntu.
With that help i found the synaptic pakkage things, and so i found the old library which
i needed. ( libgtk2.0-dev)
After installing purbe basic worked nice.
So my problem is solved.
anyhow thanks
Wim
In the mean time i found the help in ubuntu.
With that help i found the synaptic pakkage things, and so i found the old library which
i needed. ( libgtk2.0-dev)
After installing purbe basic worked nice.
So my problem is solved.
anyhow thanks
Wim
