Skip to content

Commit 0edb44e

Browse files
committedMay 22, 2020
Build procedure updates.
1 parent 6be428b commit 0edb44e

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed
 

‎CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949

5050
- Power Point slide show in separate repository. [https://github.com/wb2osz/direwolf-presentation ](https://github.com/wb2osz/direwolf-presentation)
5151

52+
### Notes: ###
53+
54+
Windows binary distribution now uses gcc (MinGW) version 7.4.0.
55+
5256

5357

5458
## Version 1.5 -- September 2018 ##

‎README.md

+5-18
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ Then on any flavor of Linux:
158158
sudo make install
159159
make install-conf
160160

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.
162162

163163
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**
164164

165165

166166
### Linux - Using apt-get (Debian flavor operating systems) ###
167167

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.
169169

170170
sudo apt-get update
171171
apt-cache showpkg direwolf
@@ -174,31 +174,18 @@ Results will vary depending on your hardware platform and operating system versi
174174

175175
### Linux - Using yum (Red Hat flavor operating systems) ###
176176

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.
178178

179179
sudo yum check-update
180180
sudo yum list direwolf
181181
sudo yum install direwolf
182182

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-
196183

197184
### Macintosh OS X ###
198185

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.
200187

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.
202189

203190

204191

0 commit comments

Comments
 (0)
Please sign in to comment.