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

I had to clone "lem-project/micros" and "lem-project/lem-mailbox" to my machine before ros install worked #29

Open
djhaskin987 opened this issue Aug 6, 2023 · 4 comments

Comments

@djhaskin987
Copy link

This was an undocumented necessity.

@airpods69
Copy link

Where did you clone these to?

@djhaskin987
Copy link
Author

I don't remember. I think it was just I had to Ross install them or something.

@michaeldelago
Copy link

this command worked for me:

$ ros install lem-project/micros lem-project/lem cxxxr/cl-lsp

@p1xelHer0
Copy link

p1xelHer0 commented Dec 12, 2023

I can, on macOS, confirm this. I had trouble installing this LSP using the instruction here. I had to do the following:

ros install lem-project/lem-mailbox lem-project/micros lem-project/lem cxxxr/cl-lsp

Verify the installation at the default Roswell PATH:

$HOME/.roswell/bin/cl-lsp --help

  --stdio                         boolean  Start the server with stdio (default)
  --tcp                           boolean  Start the server with tcp
  --port                          integer  Specifies the port number for tcp (10007 by default)
  --log-file                      string   Specify the file to output the log
  --help -h                       boolean  display help

I'm not sure of this is a problem with Lem or with this LSP but I figured I'd post my findings here in case others have the same problem!

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

4 participants