File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -88,9 +88,17 @@ title: Setting up and compiling
8888
8989
90908 . 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
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ export LPEL_REPO=https://github.com/snetdev/lpel.git
2727export 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
3333mkdir -p $PCL_PREFIX $LPEL_PREFIX $SNET_PREFIX
3434
You can’t perform that action at this time.
0 commit comments