-
Notifications
You must be signed in to change notification settings - Fork 68
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 add andare in a custom build for planck? #957
Comments
@abhi18av Instead of You'd need to update This would ultimately result in Andare being bundled in the Planck binary. You could go further by AOT compiling the macros files and including the generated JavaScript, etc. See here https://github.com/planck-repl/planck/blob/master/script/build#L110 and the subsequent lines. |
@abhi18av Another idea is to take a look at how Replete is built. It does bundle Andare. |
Thanks @mfikes , let me try this out on a normal |
Just for the paper trail, here seems to be the relevant link in the |
Here's the fork/branch which I'm working on And here are the files which I've updated so far Next, I'll try and build this on the |
I have built this previously and it worked fine but now, it seems there has been an error with the
|
@abhi18av it looks like your build can't find libcurl |
Yes @mfikes , you're right and I resolved that by using
I've made sure to run the @mfikes , could you please confirm the changed files #957 (comment), whenever your have the opportunity? |
@abhi18av I suspect you don't have With respect to your changes, you typically want to make sure that all |
I understand @mfikes , thanks 👍 Let me try this out and get back to you. |
Hi @mfikes, I was wondering whether it's possible to add other
ClojureScript
libraries likeandare
within a build and then have a version ofplanck
with which all of these other libs could be used easily?At a glance, I think that the
project.clj
and thebundle.cljs
files would need to be updated for the addingandare
- would this be correct?The text was updated successfully, but these errors were encountered: