02-21-2020, 11:33 AM
(02-21-2020, 11:29 AM)TheOldPresbyope Wrote: @badbat75
Ouch! As soon as I saw your username I remembered I’ve got your posts stored away. They say forgetting things is a sign of old age, but I forget why![]()
Regards,
Kent
If you want to use it, download the development branch (I found a bug today on rust build :-) )
Create a file like this in project folder to build stand-alone package:
Code:
# Build recipe for test packages
## Enable shared libraries (default) but disable static ones
BUILD_LIBSHARED=1
BUILD_LIBSTATIC=0
## Enable LTO both for kernel and applications
LTOENABLE=1
KERN_LTOENABLE=0
create_sysroot http://bbb-build-artifacts.s3-eu-west-1.amazonaws.com/moode/20200209-163629-moode-r60-empty-dev.tar.xz
setup_gcc
setup_rust
setup_python
build moode/librespot_0.1.1
create_sfx_archive remove_devfiles
I use this to test new version of the packages.
Of course it builds also dependant libraries, if you don't want them, strip at the end of the build.