Giter Site home page Giter Site logo

Windows support. about hyperfox HOT 5 CLOSED

malfunkt avatar malfunkt commented on June 21, 2024
Windows support.

from hyperfox.

Comments (5)

peterhellberg avatar peterhellberg commented on June 21, 2024

One idea might be to support BoltDB (or goleveldb) as the storage backend? Is thera any other parts of this project that requires CGO?

from hyperfox.

xiam avatar xiam commented on June 21, 2024

The thing with SQLite is that it creates a practically universally known database file that can be read with the sqlite command line tool and also with many visual tools. This way the user is never locked to an specific tool for reading her data. The drawback is that compilation is not that straightforward.

It would be great to get rid of CGO, that way cross compilation would not be a problem and we'll definitely do it when we can offer a good option against the data locking issue.

I've opened a separate issue to discuss boltdb, goleveldb and ql as potential storage backends and included all my concerns.

PS: On the meantime, I plan to offer binaries soon so the user does not have to compile from source.

from hyperfox.

mdaniel avatar mdaniel commented on June 21, 2024

I can't test it since I don't have a license so some help would be appreciated.

Just as a friendly FYI, Microsoft makes VM images available for almost every platform they sell. Compilation can then proceed using either MinGW^1, TDM-GCC or Windows SDK [also available as an ISO] which last time I checked included cl.exe as well as all the Microsoft headers required to compile for the platform.

I am not a lawyer, but the freely available downloads implies to me that Microsoft wants you to compile for its users, in hopes they'll remain on Windows.

1 = Please see this text for the story with MinGW-x64: http://qt-project.org/wiki/MinGW-64-bit and this site which was linked from the MinGW download page looks great: http://win-builds.org/

from hyperfox.

xiam avatar xiam commented on June 21, 2024

Thanks @mdaniel! That's a good one. @peterhellberg also pointed me out to the modern.ie website on the Gophers channel on Slack, these images are good for 30 days and that's good enough. Sounds like a really strong alternative.

from hyperfox.

xiam avatar xiam commented on June 21, 2024

Thanks for your help, I used modern.ie and MinGW as suggested and now we have a Windows build :-).

from hyperfox.

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.