You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After LLVM has been installed, installing TinyGo should be as easy as running the following command:
79
79
80
80
```shell
81
-
go install
81
+
go install -tags=llvm14
82
82
```
83
83
84
84
If you are getting an `gcc` or `g++ not found` error you most likely do not have a working C++ build environment. You'll need the `build-essential` package on Debian or `sudo dnf install make automake gcc gcc-c++` for Fedora based systems.
0 commit comments