Open NobbZ opened 11 years ago
Hi NobbZ,
Sbt-cpp although currently deployed on several projects, including one quite large multi-repo one at my current employer, is not widely deployed. As a result it's not been tested on many platforms (mainly because I don't have access to that many myself) so it currently may need some massaging in order to get going. In addition, I didn't have the samples under autobuild and so they were not working. Thanks for spotting that. I'm fixing them up now.
Let me know if I can help you get sbt-cpp working for your project.
When I try to run the examples, I get a message that sbt-cpp isn't available…
How to install it properly?
I was in sbt-cpp-dir and ran
sbt dist-local
which gave me the following:Even starting a simple sbt-shell in the samples/helloworld-folder gives the following:
So how do I properly install sbt-cpp?