A fully fonctional and good-looking linux for less than 256mb of ram
Get the "mini.iso" image from archive.ubuntu.com
flutter clean && flutter pub get && flutter run -d linux -v | |
Deleting build... 5ms | |
Deleting .dart_tool... 0ms | |
Deleting .packages... 0ms | |
Deleting Generated.xcconfig... 0ms | |
Deleting flutter_export_environment.sh... 0ms | |
Deleting ephemeral... 0ms | |
Deleting ephemeral... 0ms | |
Deleting ephemeral... 0ms | |
Deleting .flutter-plugins-dependencies... 0ms |
user@user-NUC8i7HVK:~/github/stack_wallet/scripts/linux$ bash ./build_secure_storage_deps.sh | |
mkdir: cannot create directory ‘build’: File exists | |
fatal: destination path 'jsoncpp' already exists and is not an empty directory. | |
HEAD is now at 48d2a69 1.7.4 <- 1.7.3 | |
mkdir: cannot create directory ‘build’: File exists | |
-- JsonCpp Version: 1.7.4 | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/user/github/stack_wallet/scripts/linux/build/jsoncpp/build | |
[ 30%] Built target jsoncpp_lib_static |
user@user-NUC8i7HVK:~/github/stack_wallet$ flutter clean && flutter pub get && flutter run -d linux -v | |
Deleting build... 403ms | |
Deleting .dart_tool... 0ms | |
Deleting .packages... 0ms | |
Deleting Generated.xcconfig... 0ms | |
Deleting flutter_export_environment.sh... 0ms | |
Deleting ephemeral... 0ms | |
Deleting ephemeral... 0ms | |
Deleting ephemeral... 0ms | |
Deleting .flutter-plugins-dependencies... 0ms |
Warning: You are using these overridden dependencies: | |
! bip39 1.0.6 from git https://github.com/cypherstack/stack-bip39.git at 3bef5a | |
! crypto 3.0.2 | |
Running "flutter pub get" in stack_wallet... 1,855ms | |
Launching lib/main.dart on Linux in debug mode... | |
ninja: error: '/home/user/github/stack_wallet/scripts/linux/build/libsecret/_build/libsecret/libsecret-1.so', needed by 'intermediates_do_not_run/stack_wallet', missing and no known rule to make it | |
Building Linux application... | |
Exception: Build process failed |
A fully fonctional and good-looking linux for less than 256mb of ram
Get the "mini.iso" image from archive.ubuntu.com
# MIT License | |
# | |
# Copyright (C) 2014 Jesper Borgstrup | |
# ------------------------------------------------------------------- | |
# Permission is hereby granted, free of charge, to any person | |
# obtaining a copy of this software and associated documentation | |
# files (the "Software"), to deal in the Software without restriction, | |
# including without limitation the rights to use, copy, modify, merge, | |
# publish, distribute, sublicense, and/or sell copies of the Software, | |
# and to permit persons to whom the Software is furnished to do so, |
# MIT License | |
# | |
# Copyright (C) 2014 Jesper Borgstrup | |
# ------------------------------------------------------------------- | |
# Permission is hereby granted, free of charge, to any person | |
# obtaining a copy of this software and associated documentation | |
# files (the "Software"), to deal in the Software without restriction, | |
# including without limitation the rights to use, copy, modify, merge, | |
# publish, distribute, sublicense, and/or sell copies of the Software, | |
# and to permit persons to whom the Software is furnished to do so, |