Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some getting started instructions #54

Closed
martindemello opened this issue May 31, 2020 · 3 comments
Closed

add some getting started instructions #54

martindemello opened this issue May 31, 2020 · 3 comments

Comments

@martindemello
Copy link
Collaborator

$ ./main 
{"level":"info","time":"2020-05-30T17:06:22-07:00","message":"Terminal color support is on."}
{"level":"info","time":"2020-05-30T17:06:22-07:00","message":"Loaded config: &{false ./data/strategy ./data/lexica NWL18 English}"}
{"level":"info","path":"/home/mdemello/github/macondo/data/lexica","time":"2020-05-30T17:06:22-07:00","message":"new lexicon path"}
{"level":"info","sppath":"/home/mdemello/github/macondo/data/strategy","time":"2020-05-30T17:06:22-07:00","message":"new strat params path"}
macondo> new
Error: open /home/mdemello/github/macondo/data/lexica/gaddag/NWL18.gaddag: no such file or directory
macondo> exit
{"level":"info","time":"2020-05-30T17:06:34-07:00","message":"got quit signal..."}
{"level":"info","time":"2020-05-30T17:06:34-07:00","message":"server gracefully shutting down"}
@domino14
Copy link
Owner

domino14 commented May 31, 2020

Hey Martin, thanks for the issue - you’re right that I need a few more details. If you look at https://domino14.github.io/macondo, there are instructions there on building a gaddag with the make_gaddag executable.

Additionally, you can download the darwin release tarball, which comes with the NWL18 and CSW19 gaddags. Please let me know if this doesn’t work for you.

@martindemello
Copy link
Collaborator Author

i do not know enough go to figure out the invocation to make make_gaddag. i suggest you have a makefile that runs the right commands to build all the executables.

(on linux, so the darwin binaries won't help)

@martindemello
Copy link
Collaborator Author

nevermind, figured it out (i was expecting it to write the binary to the same place as main.go). i'll send in a PR with a Makefile.

@domino14 domino14 closed this as completed Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants