I have a github repo “A” without a Manifest.toml and Project.toml
Spent a lot of time tryingt o figure out how to use it, and ended up with the following flow so far:
- Julia REPL
- cd to project location (inside the repl)
- “]” to activate pkg mode
-
activate .
changes the repl prompts to “(ProjectNamed) pkg>”
The problem:
I’m lost in the sense that st and st --manifest show me the dependencies (that i manually added) but when i run precompile, I see everything failing, and the main culprit for each dep seems to be “Missing source fiile for …”