Building TinyGo from source on Ubuntu 22.04 #3999
Replies: 2 comments
-
Installing Golang on Ubuntu 22.04: "You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.19 or above." This is the procedure for installing Golang on a Linux platform:
Verify Configuration of the environment:
The bin directory contains the compiled binary executables.
|
Beta Was this translation helpful? Give feedback.
-
Installing TinyGo on Ubuntu 22.04: This is the procedure for installing TinyGo on a Linux platform:
|
Beta Was this translation helpful? Give feedback.
-
I really like Golang and TinyGo, as they are easy to learn languages, easy to understand and use. For me, they are the most smart languages today. For an apprentice programmer like me, sometimes I have difficulties that slow down my development. The best way to learn is by teaching.
I intend to contribute to the development of TinyGo. And to carry out tests, it is necessary to compile TinyGo source.
On the TinyGo website there are already instructions on how to compile TinyGo. In order to help the TinyGo community, as a gesture of gratitude, I will develop a very detailed tutorial on how to compile TinyGo on the Ubuntu 22.04 platform.
I will post in steps according to my availability.
Build from source:
https://tinygo.org/docs/guides/build/
Beta Was this translation helpful? Give feedback.
All reactions