Closed
Description
Hi.
I have successfully build mint from source on my ARM Pinebook (aarch64) with Manjaro ARM (archlinux) using the suggested commands:
git clone https://github.com/mint-lang/mint.git
cd mint
shards install
shards build --progress --release --no-debug
If I then want to try it out with:
cd bin
./mint --help
I get this error message
Unhandled exception: BakedFileSystem empty: no files in /home/mmw/.local/mint/src/assets (Exception)
from ./mint in '??'
from ./mint in '??'
from ./mint in '__crystal_main'
from ./mint in 'main'
from /usr/lib/libc.so.6 in '??'
from /usr/lib/libc.so.6 in '__libc_start_main'
from ./mint in '_start'
from ???
The content of assets
is this:
mmw@PBP ~/.../src/assets master ls
css_properties html_tags mint-logo.svg sw-utils.js
docs-viewer live-reload.js runtime.js
Any suggestions ?