fixed issue with x86_64 update and updated README

This commit is contained in:
Chad Nelson 2023-11-30 05:32:45 -07:00
parent ddd015535d
commit 9c83f6ef0d
2 changed files with 4 additions and 3 deletions

View file

@ -7,10 +7,11 @@
- qemu
- autotools
- guile (or guile-next)
- texinfo
These can be installed by running:
#+begin_src sh
brew install autoconf automake libtool wget qemu guile
brew install autoconf automake libtool wget qemu guile texinfo
#+end_src
* Installation
@ -22,7 +23,7 @@ brew install autoconf automake libtool wget qemu guile
2. Build and install the cli using:
#+begin_src sh
autoreconv -vif && ./configure && make && sudo make install
autoreconf -vif && ./configure && make && sudo make install
#+end_src
3. Make sure to add the correct env vars set for guile/MSG (may need to adjust if using the guile homebrew tap)

View file

@ -135,7 +135,7 @@
-bios /opt/homebrew/opt/qemu/share/qemu/edk2-aarch64-code.fd \
-device virtio-net,netdev=vmnic \
-netdev user,id=vmnic,hostfwd=tcp:127.0.0.1:9001-:22 &")
(sleep 5)
(update-uid)
(build-msg)