|
@@ -8,9 +8,9 @@
|
|
# The compiled binaries will be located in /tmp/librespot-build
|
|
# The compiled binaries will be located in /tmp/librespot-build
|
|
#
|
|
#
|
|
# If only one architecture is desired, cargo can be invoked directly with the appropriate options :
|
|
# If only one architecture is desired, cargo can be invoked directly with the appropriate options :
|
|
-# $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --no-default-features --features "with-syntex alsa-backend"
|
|
|
|
-# $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "with-syntex alsa-backend"
|
|
|
|
-# $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features "with-syntex alsa-backend"
|
|
|
|
|
|
+# $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --no-default-features --features "alsa-backend"
|
|
|
|
+# $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "alsa-backend"
|
|
|
|
+# $ docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features "alsa-backend"
|
|
#
|
|
#
|
|
|
|
|
|
FROM debian:stretch
|
|
FROM debian:stretch
|