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

How to build on Debian 12 (Aarch64) #6

Open
janrinze opened this issue Aug 3, 2023 · 2 comments
Open

How to build on Debian 12 (Aarch64) #6

janrinze opened this issue Aug 3, 2023 · 2 comments

Comments

@janrinze
Copy link

janrinze commented Aug 3, 2023

Build using nimble fails :

janrinze@debian:~/dev/vls$ nimble install -y
   Warning: Using project local deps mode
  Verifying dependencies for vls@0.3.1
 Installing vparse@>= 0.3.1
    Prompt: vparse not found in any local packages.json, check internet for updated packages? -> [forced yes]
Downloading Official package list
    Success Package list downloaded.
       Tip: 5 messages have been suppressed, use --verbose to show them.
     Error: Package not found.

I'm probably doing something wrong here.
Any suggestions?

@sthenic
Copy link
Owner

sthenic commented Aug 3, 2023

Yes, the dependencies are not available through nimble's package list.

You'll need to clone the following repositories and run nimble install for each of them:

  1. https://github.com/sthenic/vparse
  2. https://github.com/sthenic/vltoml
  3. https://github.com/sthenic/vlint

Once you've done that, vls should hopefully compile.

@janrinze
Copy link
Author

janrinze commented Aug 3, 2023

Thanks.
Any specific reason to use nim? (in my 30+ years of programming this is the first project I stumbled upon that uses nim.)

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