Open masak opened 5 years ago
Hello! Thanks for your question.
The Boehm-Demers-Weiser GC is usually included on Linux distros as the package gc
. That is the case for Void Linux, and after googling a bit I discovered that the same package with the same name is on Arch's "extra" repositories.
I believe you've found out how to install it from source, and that is not a problem if it works for you. However, I'm trying to make things simple for now, so installing gc
from repositories is preferable, unless your distribution doesn't support it, or if you managed to compile it on another OS.
As for documentation, I would be happy to take new content! I'll set up some contribution guidelines soon, but for now, feel free to create PRs for anything you want. There'll be a "Thanks" section with the names of contributors.
Cool!
I'm currently on Windows 10. One of the least developer-friendly "distributions", I know. 😂 But what can you do. I suppose in the worst case I could set something up inside VMWare.
I will consider my options on Windows (which right now seem to be "install from source"), and then report back with my findings. \<arnold>I'll be back. 😎\</arnold>
Hi! First off, kudos on creating this project!
I'm currently trying to build the project locally. This should be straightforward, but...
So I'm missing a dependency. This is mentioned in the README:
I skimmed the talk slides; interesting. I found downloadable sources here. Including the
gc.h
file thatmake
said was missing.Two questions:
How exactly should I make
gc.h
(and all the other files from the third-party project) available? How did author @luksamuk do it? I could guess at this point, but I thought I'd better ask.Is it OK if I send a documentation patch with installation instructions, once I learn how to do it? I'd like to contribute in some small way to this project, and contributing documentation feels like a small way to start.