How do I run this thing? #5
-
Hi there! I've just built this on a 64-bit Linux computer with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The project is not finished yet. I'll write some installation and usage instructions before releasing it. If you want to try a development build, you can compile it as you did. Just run also the target bundle to create zip files with the programs: |
Beta Was this translation helpful? Give feedback.
The project is not finished yet. I'll write some installation and usage instructions before releasing it.
If you want to try a development build, you can compile it as you did. Just run also the target bundle to create zip files with the programs:
dotnet script build.csx --isolated-load-context -- --target=Bundle
. The programs will be in a new folder inbuild/artifacts
.