Skip to content

Commit fdcd6d3

Browse files
committed
Everything is updated to the new compilers.
1 parent 36313f7 commit fdcd6d3

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

_posts/2013-06-28-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: New compilers, new install script.
6+
---
7+
8+
A fully automatic install script installs everything up-to-date.

content/howtobuild.markdown

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,17 @@ title: Setting up and compiling
8888

8989

9090
8. Download the S-Net compiler archive:
91-
[Linux x86_64](https://github.com/snetdev/releases/blob/master/2013/snetc-20130425.x86_64.bz2?raw=true),
91+
[Linux x86_64](https://raw.github.com/snetdev/releases/master/2013/snetc-20130626.x86_64.bz2),
92+
[Linux i686](https://raw.github.com/snetdev/releases/master/2013/snetc-20130626.i686.bz2),
9293
[OS X](https://github.com/snetdev/releases/blob/master/2013/merijn/snetc-20130206.osx?raw=true)
9394

94-
The archive contains a compiled binary. For convenience you may want to consider placing the compiler binary into a directory in your $PATH.
95+
The archive contains a compiled binary, which is compressed with bzip2.
96+
Turn this into a valid executable with:
97+
98+
`bunzip2 snetc-*.bz2`
99+
`mv snetc-* snetc`
100+
`chmod +x snetc`
101+
102+
For convenience, place the decompressed compiler binary into a directory in your $PATH.
95103

96104

content/install-snet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export LPEL_REPO=https://github.com/snetdev/lpel.git
2727
export SNET_REPO=https://github.com/snetdev/snet-rts.git
2828

2929
# Where to get the S-Net compiler
30-
export COMPILER_LINUX_64="https://raw.github.com/snetdev/releases/master/2013/snetc-20130507.x86_64.bz2"
31-
export COMPILER_LINUX_32="https://raw.github.com/snetdev/releases/master/2013/snetc-20130507.i686.bz2"
30+
export COMPILER_LINUX_64="https://raw.github.com/snetdev/releases/master/2013/snetc-20130626.x86_64.bz2"
31+
export COMPILER_LINUX_32="https://raw.github.com/snetdev/releases/master/2013/snetc-20130626.i686.bz2"
3232

3333
mkdir -p $PCL_PREFIX $LPEL_PREFIX $SNET_PREFIX
3434

0 commit comments

Comments
 (0)