Purebasic unter linux Ubuntu 8.04

In dieser Linux-Ecke dürfen nur Themen rund um Linux geschrieben werden.
Beiträge, die plattformübergreifend sind, gehören ins 'Allgemein'-Forum.
19alex95
Beiträge: 9
Registriert: 29.10.2009 13:39

Purebasic unter linux Ubuntu 8.04

Beitrag von 19alex95 »

Hi Leute
Ich habe seit neuem Linux Ubuntu 8.04 LTS Desktop Edition.
Und habe mir die Demo für Purebasic runtergeladen.
Aber wie kann ich das Programm installieren?

Es wäre echt supi wenn ihr mir helfen könntet!
thx im vorraus
19alex95
Benutzeravatar
Waldixxl
Beiträge: 108
Registriert: 27.12.2005 17:35
Wohnort: Linz, Österreich

Re: Purebasic unter linux Ubuntu 8.04

Beitrag von Waldixxl »

Hallo 19alex95
schau einfach mal hier nach.
Walter
Lesen bei schlechten Lichtverhältnissen ist nicht schlecht für die Augen, sondern trainiert sie sogar.

Linux Ubuntu Mate 18.04
PB 5.71
Intel i5
19alex95
Beiträge: 9
Registriert: 29.10.2009 13:39

Re: Purebasic unter linux Ubuntu 8.04

Beitrag von 19alex95 »

Hallo i habe purebasic jetzt installirt nach der Methode 2:
*****************************************************************

PureBasic v4.20 for Linux x86

(c) 2008 - Fantaisie Software

*****************************************************************

Installation:
-------------

First, make sure you have the required libraries installed. (see README)
On information where to download these packages and how to install them,
please refere to the documentation of your Linux distribution.

Language information:

PureBasic help is provided in 3 langages (English, German and French).
If the IDE language is set to one of these languages, it will choose
the correct helpfile as well.

However, if you have selected a different language in the Preferences,
it will use the english helpfile by default. If you wish to change this, just
replace the "english.help" in your purebasic folder by the one you wish to use.


Quick Installation method:

If you do not need to use the compiler from the commandline, the quickest
method is to simply extract the purebasic archive somewhere and execute
the PureBasic IDE.

Type "./purebasic" from inside the "compilers" folder, or doubleclick
on the "purebasic" executable file in your file manager.


Other Installation methods:


1) Recommended (doesn't require root rights)

a) Setup the PUREBASIC_HOME environment variable to your purebasic
path. It can be done in a terminal like this (if you have put
purebasic in your home directory):

export PUREBASIC_HOME=~/purebasic


b) Add the purebasic/compilers/ directory to you path, as it's
where all purebasic binaries are. This can be done like this:

export PATH=$PUREBASIC_HOME/compilers:$PATH


After these 2 steps, you should be able to type 'pbcompiler' in a shell
and you ready to use the IDE, just type 'purebasic'.

Note that these steps only affect your current terminal session, and will not
be present after you log out or restart. It is recommended that you put the above
two lines inside a startup script (like "~/.bashrc" if you use the bash), so
they are executed whenever you log in or open a terminal.


2) Not recommended, as it will dispatch files at several place of your filessystem. It can be useful for large deployment tough.

Use 'su -' to have root shell (if not already done)

Copy the 'purebasic/Compilers/pbcompiler' file in /usr/bin/
or any other directory in the PATH:

# cp purebasic/compilers/pbcompiler /usr/bin/

Next, move the whole 'purebasic' directory in /usr/share/

# cp -rf purebasic /usr/share/

If you don't have 'fasm', copy it in your path (fasm v1.45 at least)

# cp purebasic/compilers/fasm /usr/bin/

To test your install, just type:

# pbcompiler

It should output:

******************************************
PureBasic Linux x86
******************************************

A filename must be specified.

Misc:
-----

To have more informations about PureBasic, see the
README file.
-----------------------------------------------------------------------------------

Doch wenn ich pb öffne kommt das
Bild
Was meint der Computer
Benutzeravatar
ts-soft
Beiträge: 22292
Registriert: 08.09.2004 00:57
Computerausstattung: Mainboard: MSI 970A-G43
CPU: AMD FX-6300 Six-Core Processor
GraKa: GeForce GTX 750 Ti, 2 GB
Memory: 16 GB DDR3-1600 - Dual Channel
Wohnort: Berlin

Re: Purebasic unter linux Ubuntu 8.04

Beitrag von ts-soft »

Dann folge noch einmal dem Link von Waldixxl und lese meinen Beitrag und führe die Zeile in der Konsole aus.
Installieren wollen wie ein Profi aber zu Faul zum lesen

Gruß
Thomas
Benutzeravatar
Rings
Beiträge: 977
Registriert: 29.08.2004 08:48

Re: Purebasic unter linux Ubuntu 8.04

Beitrag von Rings »

und warum version 4.2 ???
die iss doch total veraltet.
Rings hat geschrieben:ziert sich nich beim zitieren
Benutzeravatar
Waldixxl
Beiträge: 108
Registriert: 27.12.2005 17:35
Wohnort: Linz, Österreich

Re: Purebasic unter linux Ubuntu 8.04

Beitrag von Waldixxl »

Hallo 19alex95
Für alle die nicht lesen wollen hätte ich hier noch etwas zum anschauen. /:->
Vielleicht klappt es ja so!
Walter
Lesen bei schlechten Lichtverhältnissen ist nicht schlecht für die Augen, sondern trainiert sie sogar.

Linux Ubuntu Mate 18.04
PB 5.71
Intel i5
Antworten