Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | get-it wiki changes |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e9f8782de5af1090d7e6481d008f4f4a |
User & Date: | bernd 2016-09-30 00:49:14.489 |
Context
2016-10-02
| ||
00:01 | uninstall icon check-in: 5c8bfa8309 user: bernd tags: trunk | |
2016-09-30
| ||
00:49 | get-it wiki changes check-in: e9f8782de5 user: bernd tags: trunk | |
2016-09-29
| ||
23:27 | Changes to iss.sh check-in: 6bc98989b7 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
︙ | ︙ | |||
11 12 13 14 15 16 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_INIT([net2o], [0.1.7-20160929], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ([2.59]) AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS AC_MSG_CHECKING([for gforth]) GFX="" |
︙ | ︙ |
shlibs/bdelta became a symlink.
shlibs/ed25519-donna became a symlink.
shlibs/keccak became a symlink.
shlibs/threefish became a symlink.
Changes to wiki/get-it.md.
︙ | ︙ | |||
43 44 45 46 47 48 49 | icon in the app drawer. Just tap on the net2o icon to run net2o; you'll be asked to create a key on the first run, and to open up a key on any further run. Get it for Windows ------------------ | | > | > | > > | | < | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | icon in the app drawer. Just tap on the net2o icon to run net2o; you'll be asked to create a key on the first run, and to open up a key on any further run. Get it for Windows ------------------ You need: A 32/64 bit x86/amd64 Windows. You need to install Gforth or Gforth64 [Gforth](http://www.complang.tuwien.ac.at/forth/gforth/Snapshots/current/gforth.exe) or [Gforth64](http://www.complang.tuwien.ac.at/forth/gforth/Snapshots/current/gforth64.exe) from the latest Snapshot first. Then you install the current [net2o Snapshot](https://net2o.de/windows/net2o.exe) or [net2o64 Snapshot](https://net2o.de/windows/net2o64.exe), needs to be the same wordsize. These files are now signed with a fresh certificate, so you still need to click away the unknown reputation terror warning. Get it for PC from source ------------------------- You need: A Linux machine, Windows with Cygwin or better Cygwin64, Mac OS X with fink development tools (please use GCC, don't use XCode's clang, it takes ages to compile Gforth with clang). You could also |
︙ | ︙ |