Changes between Version 132 and Version 133 of Download
- Timestamp:
- Oct 8, 2017, 9:37:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v132 v133 49 49 === Install the Windows package === 50 50 51 Download and run the latest smartmontools [http://nsis.sourceforge.net/Main_Page NSIS]-installer ({{{*.win32-setup.exe}}}) from [http ://sourceforge.net/projects/smartmontools/files/ here].51 Download and run the latest smartmontools [http://nsis.sourceforge.net/Main_Page NSIS]-installer ({{{*.win32-setup.exe}}}) from [https://sourceforge.net/projects/smartmontools/files/ here]. 52 52 More recent Windows test releases build from SVN snapshots are available [http://builds.smartmontools.org/ here]. 53 53 … … 77 77 === Install the OSX/Darwin package === 78 78 79 Download and run the latest smartmontools dmg image from [http ://sourceforge.net/projects/smartmontools/files/ here].80 More recent OS X test releases build from the SVN snapshots are available [http ://builds.smartmontools.org/ here].79 Download and run the latest smartmontools dmg image from [https://sourceforge.net/projects/smartmontools/files/ here]. 80 More recent OS X test releases build from the SVN snapshots are available [https://builds.smartmontools.org/ here]. 81 81 82 82 Package provides Mach-O universal binary with 2 architectures (i386 and x86_64) and should work on any Intel based Mac. … … 85 85 == Install from the source tarball == 86 86 87 Download the latest source tarball from [http ://sourceforge.net/projects/smartmontools/files/ here].88 More recent test tarballs build from SVN snapshots are available [http ://builds.smartmontools.org/ here].87 Download the latest source tarball from [https://sourceforge.net/projects/smartmontools/files/ here]. 88 More recent test tarballs build from SVN snapshots are available [https://builds.smartmontools.org/ here]. 89 89 90 90 Uncompress the tarball: … … 136 136 == Install latest unreleased code from SVN repository == 137 137 138 We have also [http ://builds.smartmontools.org/ daily builds].139 140 '''Sourceforge moved our repository to a new location: [http ://svn.code.sf.net/p/smartmontools/code/].141 Use the [/browser/ trac] or [http ://sourceforge.net/p/smartmontools/code/HEAD/tree/ sourceforge] viewer to browse it.'''138 We have also [https://builds.smartmontools.org/ daily builds]. 139 140 '''Sourceforge moved our repository to a new location: [https://svn.code.sf.net/p/smartmontools/code/]. 141 Use the [/browser/ trac] or [https://sourceforge.net/p/smartmontools/code/HEAD/tree/ sourceforge] viewer to browse it.''' 142 142 143 143 You can also download the source tree via the code browser link [http://sourceforge.net/p/smartmontools/code/HEAD/tarball?path=/trunk/smartmontools Download Snapshot]. … … 145 145 For those, who don't already have a Subversion client installed, 146 146 here is a [http://subversion.apache.org/packages.html list of SVN Packages] and a 147 [http ://en.wikipedia.org/wiki/Comparison_of_Subversion_clients comparison of SVN clients]147 [https://en.wikipedia.org/wiki/Comparison_of_Subversion_clients comparison of SVN clients] 148 148 for different operating systems and in all colors and flavours. (Stand-alone clients, 149 149 Desktop-integrated clients, IDE plug-in clients, ..) … … 154 154 155 155 {{{ 156 svn co http ://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools156 svn co https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools 157 157 }}} 158 158 … … 180 180 the most current development version. And it's trivial, because 181 181 each release is __tagged__ with a name. Look at the 182 [http ://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/ tags in our SVN repository]182 [https://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/ tags in our SVN repository] 183 183 to see what the different names are. 184 184 … … 186 186 187 187 {{{ 188 svn co http ://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools188 svn co https://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools 189 189 }}} 190 190 … … 202 202 sudo /usr/sbin/update-smart-drivedb 203 203 }}} 204 This command uses [http ://curl.haxx.se/ curl], [http://www.gnu.org/software/wget/ wget] or [http://lynx.isc.org/ lynx] for download. A proxy server can be specified by the environment variable {{{http_proxy}}} (lower case only), see the man pages of the above commands.204 This command uses [https://curl.haxx.se/ curl], [https://www.gnu.org/software/wget/ wget] or [http://lynx.invisible-island.net/ lynx] for download. A proxy server can be specified by the environment variable {{{http_proxy}}} (lower case only), see the man pages of the above commands. 205 205 206 206 The Windows package provides {{{update-smart-drivedb.exe}}}. It reads the proxy configuration from IE registry key. … … 240 240 ---- 241 241 '''License'''[[BR]] 242 All content in this wiki is published under [http ://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].242 All content in this wiki is published under [https://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].