I added a file dj_alego.zip (using my suggestion for renaming files from 
djgpp_ab, to dj_abcde) to my DJGPP packages at:



Allegro is a library to write games... this is the version on DJGPP site: 4.2.2.



https://gitlab.com/dufresnep/freedos-djgpp



Supposing that you managed to have all the files there inside your FreeDOS VM, 
you could build an allegro test.c file by:



fdnpkg insall-nosrc djgpp

fdnpkg install-nosrc djgpp_bn.zip

fdnpkg install-nosrc djgpp_gc.zip

fdnpkg install-wsrc dj_alego.zip



cd FreeDOS\Source

cd dj_alego

unzip all422s.zip

[some errors will happen because the file contains  some more  than 8 chars 
name... I said yes]

cd allegro

cd tests

gcc -o test.exe test.c -lalleg

test.exe

strip test.exe  [make the file smaller by removing debugging symbols]
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to