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
Copy file name to clipboardExpand all lines: docs/install/newt_windows.rst
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This guide shows you how to perform the following:
13
13
14
14
1. Install MSYS2/MinGW.
15
15
2. Install Git.
16
-
3. Install latest release (1.8.0) of newt from binary.
16
+
3. Install latest release of newt from binary.
17
17
4. Install go for building newt from source.
18
18
5. Install latest release of newt from source.
19
19
@@ -93,7 +93,7 @@ You can install the latest release of newt from binary. It has been tested on Wi
93
93
94
94
1. Start a MinGW terminal.
95
95
96
-
2. Download the newt binary tar file `apache-mynewt-newt-bin-windows-1.8.0.tgz <https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.8.0/apache-mynewt-newt-bin-windows-1.8.0.tgz>`__.
96
+
2. Download the latest newt binary tar file for Windows from https://mynewt.apache.org/download.
97
97
98
98
3. Extract the file:
99
99
@@ -102,13 +102,13 @@ You can install the latest release of newt from binary. It has been tested on Wi
102
102
103
103
.. code-block:: console
104
104
105
-
$ tar -xzf apache-mynewt-newt-bin-windows-1.8.0.tgz -C $GOPATH/bin --strip-components=1 apache-mynewt-newt-bin-windows-1.8.0/newt.exe
105
+
$ tar -xzf apache-mynewt-newt-bin-windows-x.x.x.tgz -C $GOPATH/bin --strip-components=1 apache-mynewt-newt-bin-windows-x.x.x/newt.exe
106
106
107
107
- If you are installing newt for the first time and do not have a Go workspace setup, you can extract into /usr/bin directory:
108
108
109
109
.. code-block:: console
110
110
111
-
$ tar -xzf apache-mynewt-newt-bin-windows-1.8.0.tgz -C /usr/bin --strip-components=1 apache-mynewt-newt-bin-windows-1.8.0/newt.exe
111
+
$ tar -xzf apache-mynewt-newt-bin-windows-x.x.x.tgz -C /usr/bin --strip-components=1 apache-mynewt-newt-bin-windows-x.x.x/newt.exe
112
112
113
113
4. Verify the installed version of newt. See `Checking the Installed Version`_.
114
114
@@ -136,20 +136,19 @@ source.
136
136
137
137
1. Start a MinGw terminal.
138
138
139
-
2. Download and unpack the newt source:
139
+
2. Download and unpack the newt source (get version number from https://mynewt.apache.org/download):
0 commit comments