immortalvm / ivm-implementations

iVM contemporary implementations
5 stars 0 forks source link

minor issues compiling ivm v.0.17 #10

Closed elnv closed 4 years ago

elnv commented 4 years ago

We got errors when compiling the 0.17 version because the file "Assembler/namespace.fs" is expected to be upper case.

Also the script "publish.sh" fails to execute "pushd/popd" as these commands are not available in the shell /bin/sh (though they are in bash).

After fixing such issues the compilation went straight forward.

ivar-rummelhoff commented 4 years ago

Thanks for reporting. It is nice to know that it can also be built from source on Linux. I suppose you know that I upload prebuilt binaries with each release (which now include all necessary parts of .NET Core)?