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: README.md
+5-18
Original file line number
Diff line number
Diff line change
@@ -158,14 +158,14 @@ Then on any flavor of Linux:
158
158
sudo make install
159
159
make install-conf
160
160
161
-
This gives you the latest development version.
161
+
This gives you the latest development version. Leave out the "git checkout dev" to get the most recent stable release.
162
162
163
163
For more details see the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). Special considerations for the Raspberry Pi are found in **Raspberry-Pi-APRS.pdf**
164
164
165
165
166
166
### Linux - Using apt-get (Debian flavor operating systems) ###
167
167
168
-
Results will vary depending on your hardware platform and operating system version because it depends on various volunteers who perform the packaging.
168
+
Results will vary depending on your hardware platform and operating system version because it depends on various volunteers who perform the packaging. Expect the version to lag significantly behind development.
169
169
170
170
sudo apt-get update
171
171
apt-cache showpkg direwolf
@@ -174,31 +174,18 @@ Results will vary depending on your hardware platform and operating system versi
174
174
175
175
### Linux - Using yum (Red Hat flavor operating systems) ###
176
176
177
-
Results will vary depending on your hardware platform and operating system version because it depends on various volunteers who perform the packaging.
177
+
Results will vary depending on your hardware platform and operating system version because it depends on various volunteers who perform the packaging. Expect the version to lag significantly behind development.
178
178
179
179
sudo yum check-update
180
180
sudo yum list direwolf
181
181
sudo yum install direwolf
182
182
183
-
### Linux - Download source in tar or zip file ###
184
-
185
-
Go to the [releases page](https://github.com/wb2osz/direwolf/releases). Chose desired release and download the source as zip or compressed tar file. Unpack the files, with "unzip" or "tar xfz," and then:
186
-
187
-
cd direwolf-*
188
-
mkdir build && cd build
189
-
cmake ..
190
-
make -j4
191
-
sudo make install
192
-
make install-conf
193
-
194
-
For more details see the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). Special considerations for the Raspberry Pi are found in **Raspberry-Pi-APRS.pdf**
195
-
196
183
197
184
### Macintosh OS X ###
198
185
199
-
Read the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). It is a lot more complicated than Linux.
186
+
Read the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). It is more complicated than Linux.
200
187
201
-
If you have problems, post them to the [Dire Wolf packet TNC](https://groups.yahoo.com/neo/groups/direwolf_packet/info) discussion group. I don't have a Mac and probably won't be able to help you. I rely on others, in the user community, for the Mac version.
188
+
If you have problems, post them to the [Dire Wolf packet TNC](https://groups.io/g/direwolf) discussion group.
0 commit comments