1212
update to Github release repository. · snetdev/snetdev.github.com@2398230 · GitHub
Skip to content

Commit 2398230

Browse files
committed
update to Github release repository.
1 parent 3e94b98 commit 2398230

File tree

7 files changed

+32
-7
lines changed

7 files changed

+32
-7
lines changed

_layouts/dlbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="inlinebox" id="{{ page.category }}">
55
<h3>{{ page.title }}</h3>
66
<p>
7-
Latest available snapshot: <em>{{ page.version }}</em>.<br>
7+
Latest version: <em>{{ page.version }}</em>.<br>
88
Date posted: {{ page.date | date_to_string }}
99
</p>
1010
<p>

_posts/2012-02-09-compiler.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
title: S-Net Compiler
66
version: v120209
7-
l32archive: http://www.snet-home.org/downloads/snetc-linux-i386.bz2
8-
l64archive: http://www.snet-home.org/downloads/snetc-linux-x86_64.bz2
9-
osxarchive: http://www.snet-home.org/downloads/snetc-osx-lion.bz2
7+
l32archive: https://github.com/snetdev/releases/blob/master/2012/snetc-linux-i386.bz2
8+
l64archive: https://github.com/snetdev/releases/blob/master/2012/snetc-linux-x86_64.bz2
9+
osxarchive: https://github.com/snetdev/releases/blob/master/2012/snetc-osx-lion.bz2
1010
---
1111

_posts/2012-02-09-lpellibs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
title: LPEL Libraries
66
version: v120209
7-
srcarchive: http://www.snet-home.org/downloads/lpel-0.1-120209.tar.bz2
7+
srcarchive: https://github.com/snetdev/releases/blob/master/2012/lpel-0.1-120209.tar.bz2
88
---
99

1010
none

_posts/2012-02-09-snetlibs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
title: S-Net Runtime Libraries
66
version: v120209
7-
srcarchive: http://www.snet-home.org/downloads/snet-0.1-120209.tar.bz2
7+
srcarchive: https://github.com/snetdev/releases/blob/master/2012/snet-0.1-120209.tar.bz2
88
---
99

1010
none

_posts/2013-04-16-ticker.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: tickerbox
3+
category: ticker
4+
5+
title: Build guide updated.
6+
---
7+
8+
The "How to Build Guide" has been updated to reflect the move to Github.

_posts/2013-04-17-ticker.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: tickerbox
3+
category: ticker
4+
5+
title: Updated the download links.
6+
---
7+
8+
All releases are now available from Github.

content/howtobuild.markdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ title: Setting up and compiling
5252
`make install`
5353
`cd ..`
5454

55+
In case the LPEL libraries were installed into `$LPEL_PREFIX/lib64`
56+
move them to `$LPEL_PREFIX/lib`:
57+
58+
`mv -f $LPEL_PREFIX/lib64/liblpel* $LPEL_PREFIX/lib/.`
59+
5560

5661
5. Clone the snet-runtime repository from Github, build and install it:
5762

@@ -87,6 +92,10 @@ title: Setting up and compiling
8792
`export DYLD_LIBRARY_PATH=$SNET_LIBS:$LPEL_PREFIX/lib:$DYLD_LIBRARY_PATH`
8893

8994

90-
8. Download the S-Net compiler archive and unpack it. The archive contains a compiled binary. For convenience you may want to consider placing the compiler binary into a directory in your $PATH.
95+
8. Download the S-Net compiler archive:
96+
[Linux x86_64](https://github.com/snetdev/releases/blob/master/2013/merijn/snetc-20130206.x86_64),
97+
[OS X](https://github.com/snetdev/releases/blob/master/2013/merijn/snetc-20130206.osx)
98+
99+
The archive contains a compiled binary. For convenience you may want to consider placing the compiler binary into a directory in your $PATH.
91100

92101

0 commit comments

Comments
 (0)