[z88dk-dev] update instructions for install on macosx, linux

Bridge to the z88dk-developers mailing list
Post Reply
alvin
Well known member
Posts: 1872
Joined: Mon Jul 16, 2007 7:39 pm

[z88dk-dev] update instructions for install on macosx, linux

Post by alvin »

Does anyone have time to update the instructions for installing the nightly on linux and macosx?

http://www.z88dk.org/wiki/doku.php?id=t ... stallation



------------------------------------------------------------------------------
stefano
Well known member
Posts: 2150
Joined: Mon Jul 16, 2007 7:39 pm

Post by stefano »

> Does anyone have time to update the instructions for installing the nightly on linux and macosx?

I think I can try an installation on a Redhat box, I'll show up the next week.



------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/ ... 1&iu=/4140
stefano
Well known member
Posts: 2150
Joined: Mon Jul 16, 2007 7:39 pm

Post by stefano »

Instructions for Unix are ready, hope you'll like them. Building z88dk was surprisingly easy, hope it will be the same on other Unices/distros.. perhaps we need to identify and list more library requirements.. I'm not sure.



------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/ ... 1&iu=/4140
alvin
Well known member
Posts: 1872
Joined: Mon Jul 16, 2007 7:39 pm

Post by alvin »

Instructions for Unix are ready, hope you'll like them. Building z88dk was surprisingly easy, hope it will be the same on other Unices/distros.. perhaps we need to identify and list more library requirements.. I'm not sure.
It looks good. Do you want to have a go at updating the Makefile in:
http://z88dk.cvs.sourceforge.net/viewvc ... VELOPMENT/

This makefile builds the new c lib libraries. Dom wrote it a while ago (and maybe you want to fish through past commits as I may have changed the current version) but the *.asm library has been eliminated and the libraries are now placed in subdirs lib/sdcc_ix, lib/sdcc_iy and lib/sccz80. It should work the same way as Winmake.bat:

"Winmake" lists all the targets but otherwise does nothing.
"Winmake all" makes all the target libraries.
"Winmake {target}" makes one target's libraries.

It takes a long time to make the libraries and the user is encouraged to customize them for a specific target so being able to build one target's libraries is important.


There is another Winmake.bat batch file in:
http://z88dk.cvs.sourceforge.net/viewvc ... VELOPMENT/

that is used to make the header files. It should probably have a makefile counterpart too if the build machine is to be able to make the headers.



------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/ ... 1&iu=/4140
Post Reply