2015-04-13 22:40:27 +02:00
|
|
|
# YAB
|
2015-04-13 22:14:31 +02:00
|
|
|
yab | yet another Basic for HAIKU
|
2015-04-13 22:40:27 +02:00
|
|
|
===
|
|
|
|
Yab is a complete BASIC programming language for Haiku.
|
|
|
|
|
|
|
|
|
2015-05-25 18:25:50 +02:00
|
|
|
Yab allows fast prototyping with simple and clean code. yab contains a large number of BeAPI specific commands for GUI creation and much, much more.
|
|
|
|
|
|
|
|
yab-IDE is a powerful development environment, which of course is programmed in yab itself.
|
2015-04-13 22:40:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
Compiling
|
|
|
|
---------------------
|
2015-05-31 04:16:48 +02:00
|
|
|
run `make install` in `src`.
|
2015-04-13 22:40:27 +02:00
|
|
|
|
|
|
|
type `gcc -o yab-compress yab-compress.c -lz` in `/yab-IDE/BuildFactory`.
|
|
|
|
|
2015-04-15 20:51:47 +02:00
|
|
|
Upgrading
|
|
|
|
---------------------
|
|
|
|
Delete ~/yab_work/BuildFactory
|
|
|
|
|
|
|
|
This will insure that the BuildFactory is refreshed with the current version.
|
|
|
|
|
2015-04-13 22:40:27 +02:00
|
|
|
LICENSE: Artistic License -- Create your own stand-alone binaries with yab under any license you want.
|
|
|
|
AUTHOR: jan__64
|
2015-04-15 20:51:47 +02:00
|
|
|
|
2015-04-20 18:27:25 +02:00
|
|
|
yab homepage: http://yab.orgfree.com/
|
|
|
|
|
2015-06-16 16:59:33 +02:00
|
|
|
yab forum: http://yab.orgfree.com/forum/
|
2016-03-01 22:12:55 +01:00
|
|
|
|
|
|
|
IRC channel:
|
2016-03-01 22:15:02 +01:00
|
|
|
|
2016-03-01 22:12:55 +01:00
|
|
|
Network: Freenode
|
2016-03-01 22:15:02 +01:00
|
|
|
|
2016-03-01 22:12:55 +01:00
|
|
|
Channel: #yab
|
|
|
|
|