conan.sh 378 B

1234567891011121314
  1. #!/bin/bash
  2. fw_depends python-dev
  3. fw_installed conan && return 0
  4. # We're using conan 0.28.1 because, as of this writing, later versions of conan
  5. # are incompatible with the luna framework, and luna is the only framework that
  6. # uses conan.
  7. pip install --user -Iv conan==0.28.1
  8. echo -e "export PATH=~/.local/bin:\$PATH" > $IROOT/conan.installed
  9. source $IROOT/conan.installed