Re: [racket-users] building openwrt .ipk for racket

2016-02-13 Thread Gustavo Massaccesi
The scripts are slightly different. Is it necessary or it' enough to
change the version and md5?

Gustavo


On Fri, Feb 12, 2016 at 11:36 PM, Neil Van Dyke  wrote:
> I dumped onto the Web the files I used to build OpenWrt packages for Racket:
> http://www.neilvandyke.org/racket-openwrt/
>
> Neil V.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] building openwrt .ipk for racket

2016-02-13 Thread Neil Van Dyke

Gustavo Massaccesi wrote on 02/13/2016 10:20 AM:

The scripts are slightly different. Is it necessary or it' enough to
change the version and md5?


For Racket 6.4, I would copy the makefile for 6.2 pre-release 
(`Makefile-6.1.91.900`), rename it `Makefile`, change the version and 
MD5 in the file, and see if it worked.


I forgot to mention on the Web page that you will need an OpenWrt build 
environment.  That's where the `Makefile` goes, and the OpenWrt build 
environment drives fetching and building Racket then.


Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.