IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Vous êtes nouveau sur Developpez.com ? Créez votre compte ou connectez-vous afin de pouvoir participer !

Vous devez avoir un compte Developpez.com et être connecté pour pouvoir participer aux discussions.

Vous n'avez pas encore de compte Developpez.com ? Créez-en un en quelques instants, c'est entièrement gratuit !

Si vous disposez déjà d'un compte et qu'il est bien activé, connectez-vous à l'aide du formulaire ci-dessous.

Identifiez-vous
Identifiant
Mot de passe
Mot de passe oublié ?
Créer un compte

L'inscription est gratuite et ne vous prendra que quelques instants !

Je m'inscris !

PureBasic : IDE open source

Le , par comtois

122PARTAGES

3  0 
Je ne traduis pas, votre anglais est meilleur que le mien, mais pour résumer vous pouvez télécharger les sources de l'IDE de PureBasic.

N'hésitez pas à partager les améliorations que vous pourriez apporter à l'IDE.

Hi folks,

Some of you asked to OpenSource none criticals components of PureBasic to be able to patch them and improve them, and here is the first shot ! We are happy to announce than the IDE is now OpenSource and can be accessed it in the main github repository here:

https://github.com/fantaisie-software/purebasic

Anyone is welcome to clone it, to analyze the code, write improvement or even only for curiosity ! If you want, you can also create pull request to have your change included in the main package (all pull requests won't be accepted, it will be analyzed and kept on case by case basis).

Be warned, be able to compile it isn't straight forward and need some understanding of the build chain (VC++, UnxTools, env var, etc.). Needed info are sum up in the BUILD.txt file.

Have fun !

The Fantaisie Software Team
Source de l'information

Une erreur dans cette actualité ? Signalez-nous-la !

Avatar de comtois
Responsable Purebasic https://www.developpez.com
Le 10/12/2019 à 21:19
Pour ceux qui auraient des difficultés pour compiler le code source (malgré une lecture attentive du fichier BUILD.md), vous trouverez des réponses ici :
https://www.purebasic.fr/english/viewtopic.php?f=18&t=74184

Pour compiler pour OSX ou Linux, Fred a fait une mise à jour :

I just pushed a new version with the OSX-x64.bash file which is needed to build the IDE on OSX. For linux it should be the same, instead of PB_COCOA=1, you should put PB_GTK=2 IIRC.

To use the OSX-x64.bash file:

1) edit it, and replace the PUREBASIC_HOME with a valid purebasic dir
2) in bash, type:
. ./OSX-x64.bash

It should setup all the needed things to compile the IDE.
Et pour finir une lecture intéressante :
https://www.purebasic.fr/english/viewtopic.php?f=14&t=74151&start=59
0  0