Git Product home page Git Product logo

Comments (5)

asergeyev avatar asergeyev commented on May 19, 2024

Did you compile your binaries?

If not, here is my short guide for DIY binaries.

Golang is available for 386 Mac OSX, see http://golang.org/doc/install.

You'll also need mercurial and git installed.

After you install it, compiling of websocketd is easy. Probably even easier than my sequence below. Trying to be safe here.

go get code.google.com/p/go.net/websocket
go get github.com/joewalnes/websocketd
cd $(GOPATH)/src/github.com/joewalnes/websocketd/
go build -o websocketd *.go

from websocketd.

tzikis avatar tzikis commented on May 19, 2024

Hey Alex, thanks a lot for the help and the mini guide

I'll check it out tomorrow morning. If i make it, I'll post it here as well

from websocketd.

joewalnes avatar joewalnes commented on May 19, 2024

BTW, I see no issue with websocketd distributing 32 bit OS X binaries too. I didn't do it previously because I assumed there would be no demand. The next release will include it.

from websocketd.

tzikis avatar tzikis commented on May 19, 2024

yeah... damn core duo macs

from websocketd.

asergeyev avatar asergeyev commented on May 19, 2024

Included in last release there was darwin 386 archive. See also #77

from websocketd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.