-
Notifications
You must be signed in to change notification settings - Fork 85
How to add libraries like andare to a lumo build? #487
Comments
Do you mean to bundle them in the lumo executable? |
Yes, I'd like to have a certain set of libraries right inside lumo to be able to practice and help others learn faster as well.
…________________________________
From: Andrea Richiardi <[email protected]>
Sent: Friday, June 7, 2019 7:19:48 AM
To: anmonteiro/lumo
Cc: Abhinav Sharma; Author
Subject: Re: [anmonteiro/lumo] How to add libraries like andare to a lumo build? (#487)
Do you mean to bundle them in the lumo executable?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#487?email_source=notifications&email_token=ADBU2XS3WLIB2BELWR3T7YLPZG5DZA5CNFSM4HTQF5H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXEUN2Y#issuecomment-499730155>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADBU2XRLHDEHA3SHLVN4TITPZG5DZANCNFSM4HTQF5HQ>.
|
I am not sure it is worth the effort but you would need to fork lumo and tweak the If you want to use libraries and not embed them you could just follow this: https://github.com/anmonteiro/lumo/wiki/Run I hope this clarifies a bit my question as it seems that the latter approach is easier. |
Hi @arichiardi , thanks for your quick reverts ;) Actually, I just would like to have people install a single binary to get started with So, if I just add |
Nope you would need to tweak the part that compiles and embeds it in node. I personally have never done that. I see now your problem and I can maybe propose another easier solution, which is to give students a script that wraps lumo and sets things up 😄 Btw if you will go for that (big) attempt, please paste here the fork/branch name cause I would like to take a look at well 😉 |
Yes, the Here's my fork/branch |
Hi everyone,
I was wondering about whether it's possible to add other libraries to
lumo
during the build process. I'd like to have custom build which includes all the libraries which I wish to get better at. I tried to find the specific file in the repo which lists the included libs such ascore.spec.alpha
but couldn't find what I was looking for.Could you please help me out?
The text was updated successfully, but these errors were encountered: