Skip to content
ruv edited this page Jan 11, 2021 · 9 revisions

Some hints

Update your local repository

Also, keep your local changes and commits

git pull --rebase

Original binaries

The original binaries (or binaries of any later version) are required to build the new version.

The files spf4orig (to build on Linux, i386), jpf375c.exe (to build on Windows) can be taken at spf4-cvs-archive release.

The required binary file is automatically loaded when make is used for building (see also Makefile).

Building from the sources

If you keep the files in your working directory in LF line-endings, to build on Windows the UNIX-LINES mode should be set in the host Forth system:

jpf375c.exe UNIX-LINES src\spf.f

It is also the case when the sources are downloaded as ZIP archive from GitHub.

Now the UNIX-LINES mode is set automatically in building scripts in the certain cases.

Clone this wiki locally