leahneukirchen / dosfetch

NeoFetch clone for DOS
150 stars 7 forks source link

Build from source #1

Closed paulo-roger closed 1 year ago

paulo-roger commented 1 year ago

Hey :)

First thanks for you work, looks awesome.

How can I build from source?

voltagex commented 1 year ago

@paulo-roger the copyright string inside the uploaded exe says Portions Copyright (c) 1983, 92 Borland which would point to this being compiled with Turbo Pascal 7.

paulo-roger commented 1 year ago

Thanks, I was expecting some directions but I guess it might be easy to look it up myself.

voltagex commented 1 year ago

FreePascal's cross compiler can do it with ppcross8086 fpc -XX -Pi8086 -TMSDOS -WmTiny -FuC:\FPC\3.2.2\units\msdos\8086-tiny\rtl -FuC:\FPC\3.2.2\units\msdos\8086-tiny\rtl-console dosfetch.pas but it generates a much larger executable.