-
|
Trying to build stalwart-cli, but can't get anything to build. Can |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
OK, I found the page https://stalw.art/docs/development/compile/ (should have looked for 'compiling' instead of building...) What I was missing is: |
Beta Was this translation helpful? Give feedback.
OK, I found the page https://stalw.art/docs/development/compile/ (should have looked for 'compiling' instead of building...)
What I was missing is:
git checkout tags/v0.13.3. After that, I could do:cargo build -p stalwart-cli --no-default-features --releaseand it's building..!