On Mon, Jul 28, 2014 at 5:26 PM, luciano de souza <[email protected]> wrote:
> Hello all, > > I am really interested in Mongoose. For some time, I have used the 3.1 > version. > > I'd like to test the 5.4 version, but I am feeling dificulties to download > it. > Here are direct links for all releases: https://github.com/cesanta/mongoose/releases > Its largely probable that download can be done easily. So, the fact I > couldn't find it probably is due to my blindnesss. Using screen > readers, sometimes the interaction with web pages is not so good. > > I have accessed the following address: > http://cesanta.com/docs/ReleaseNotes.shtml > > I use to computers: one with Windows and another with Linux. So I want > to download the binary for Windows and the package for Linux. > > The Windows binaries don't require any instalation, but what about > Linux? Is it a deb package? A tar.gz package installed with: > There is no package for Linux 'cause there are so many distributions. Mongoose can be easily built on linux this way: * $ git clone https://github.com/cesanta/mongoose.git <https://github.com/cesanta/mongoose.git>* * $ cd mongoose/examples* * $ make server* > $ chmod +x configure > $ sudo ./configure > $ sudo make > $ make install > > I use Ubuntu 14.04 of 64 bits. > > I want to use Pascal CGI aplications and if possible, at the same > time, Lua scripts for the web. Are both features supplied by the same > version? > You can use any binary - scrips or native binaries, as CGI. Including Pascal-compiled programs or Lua scripts. > Well, if I am able to use Mongoose, I will be very happy. It's really > a very nice project. Congratulations for the extraordinary feature. > > 2014-07-28 9:38 GMT-03:00, Sergey Lyubka <[email protected]>: > > Hi mongoose-users, > > > > Mongoose 5.4 has been released today. > > Release notes are published at > http://cesanta.com/docs/ReleaseNotes.shtml > > Thanks to all contributors! > > > > Have a productive week, > > Sergey. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "mongoose-users" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/mongoose-users. > > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Luciano de Souza > > -- > You received this message because you are subscribed to the Google Groups > "mongoose-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mongoose-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
