Hi Sasha! I really like the look of this project (and a huge thanks for releasing it as "public domain" - I'm a huge fan of P.D. projects and like to help where I can :) )
I'm trying to build the code on Linux Mint 20.1 . I unzipped the files into /home/andy/VH-DOS .
This is the error I got when trying to build -
andy@obsidian:/VH-DOS$ make all
Executable FASM file path: /usr/bin/fasm
VH-DOS is compiling...
find: ‘./sources’: No such file or directory
Building installation image...
cp: cannot stat './sources/compile.bin': No such file or directory
find: ‘./sources’: No such file or directory
make: *** [Makefile:2: all] Interrupt
andy@obsidian:/VH-DOS$
I note that the sources directory is named "src" - that may (or may not) help.
Many thanks for your time! I'm very keen to build this successfully!
( I can also help with testing - I'm not a great asm coder, unfortunately.... ).
Hi Sasha! I really like the look of this project (and a huge thanks for releasing it as "public domain" - I'm a huge fan of P.D. projects and like to help where I can :) )
I'm trying to build the code on Linux Mint 20.1 . I unzipped the files into /home/andy/VH-DOS .
This is the error I got when trying to build -
andy@obsidian:
/VH-DOS$ make all/VH-DOS$Executable FASM file path: /usr/bin/fasm
VH-DOS is compiling...
find: ‘./sources’: No such file or directory
Building installation image...
cp: cannot stat './sources/compile.bin': No such file or directory
find: ‘./sources’: No such file or directory
make: *** [Makefile:2: all] Interrupt
andy@obsidian:
I note that the sources directory is named "src" - that may (or may not) help.
Many thanks for your time! I'm very keen to build this successfully!
( I can also help with testing - I'm not a great asm coder, unfortunately.... ).