Skip to content

Commit 16cbdaf

Browse files
authored
Merge pull request #46 from UncleGrumpy/announce_v0.6.5
AtomVM v0.6.5 MacOS updates
2 parents 128ac61 + 31eede7 commit 16cbdaf

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: AtomVM v0.6.5 for MacOS
4+
excerpt_separator: <!--more-->
5+
---
6+
7+
## 2024/10/15 AtomVM v0.6.5 MacOS update options
8+
9+
Updates for MacOS through `macports` and `homebrew` are now available for AtomVM v0.6.5. For first time installation see the [MacOS installation section](https://www.atomvm.net/doc/v0.6.5/getting-started-guide.html#installation-on-macos) of the [Getting Started Guide](https://www.atomvm.net/doc/v0.6.5/getting-started-guide.html).
10+
11+
To upgrade a previously tapped `homebrew` install use:
12+
13+
$ brew update
14+
$ brew upgrade atomvm
15+
16+
To upgrade an install from `macports`
17+
18+
$ sudo port selfupdate
19+
$ sudo port upgrade outdated
20+
21+
For all the details about the AtomVM v0.6.5 release see the [release announcement](https://www.atomvm.net/2024/10/14/Release_v0.6.5.html).
22+
23+
Documentation for the v0.6.5 release of the AtomVM virtual machine, including a
24+
[Getting Started Guide](https://www.atomvm.net/doc/v0.6.5/getting-started-guide.html), can be found in the
25+
[AtomVM Documentation](https://www.atomvm.net/doc/v0.6.5/).
26+
27+
To help get you inspired there are examples ready to use with our [`ExAtomVM mix`](https://github.com/atomvm/ExAtomVM) and [`atomvm_rebar3_plugin`](https://github.com/atomvm/atomvm_rebar3_plugin) standard tool plugins in the [AtomVM examples repository](https://github.com/atomvm/atomvm_examples) on GitHub.
28+
29+
Many thanks go to [Davide Bettio](https://github.com/bettio), for creating and maintaining such a
30+
fine work of software, to [Paul Guyot](https://github.com/pguyot) for maintaining the `macports` release, and to [Peter Madsen-Mygdal](https://github.com/petermm) for maintaining the `homebrew tap`, along with all of their other contributions ;-)
31+
32+
_The AtomVM team_

0 commit comments

Comments
 (0)