• RoundSparrowOP
    link
    fedilink
    2
    edit-2
    2 years ago

    Compared to your reply on Reddit: here you have cargo build to be run before and after doing the checkout of 0.17.3? twice?

    • @[email protected]
      link
      fedilink
      12 years ago

      I just updated my comment to fix those two errors. This was copy/paste out of my notes txt file from figuring out how to do this.

      A dot after recursive will drop the git files into the current directory. In this case /root/lemmy/
      git clone https://github.com/LemmyNet/lemmy.git --recursive .

      And don’t run that first cargo command that I’ve since removed. Only the second one, now only one. This uses the git cargo files instead of the crates app (install lemmy_server.)
      cargo build --release --target-dir /root/lemmy/ --locked --features embed-pictrs

        • @[email protected]
          link
          fedilink
          12 years ago

          Let me know if it works. I had the same DB migration issues using the install lemmy_server options and found a post, I think on github, about there being an issues with there. I can’t find that post now.