Skip to content

Instantly share code, notes, and snippets.

View suizokukan's full-sized avatar

Faure Xavier suizokukan

View GitHub Profile
make[1] : on entre dans le répertoire « /home/suizokukan/mxe »
uname -a
Linux archsuizokukan 4.3.3-2-ARCH #1 SMP PREEMPT Wed Dec 23 20:09:18 CET 2015 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
50d60a20b90c248307d27d597652e2dbd7e43381 - Update versions.json & build-matrix.html [il y a 6 heures] [ (HEAD -> master, origin/master, origin/gh-pages, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
@suizokukan
suizokukan / install_kivy_buildozer (v11)
Last active October 22, 2022 14:36
Kivy+Buildozer installation (v5) for python3 projects
##############################################################################
# Kivy+Buildozer installation (v11) for python3 projects
##############################################################################
#
# REQUIREMENTS:
#
# - a fresh-installed Ubuntu 18.04.1 LTS, up-to-dated, rebooted.
# - crystax.tar.xz somewhere, e.g. on an USB key (see PATH2CRYSTAX)
# - an internet connection
#
@suizokukan
suizokukan / buildozer.spec
Last active October 19, 2023 09:35
buildozer.spec : simple file to test the installation of Kivy+Buildozer (python3 project, target : ARM)
##############################################################################
# about buildozer.spec : https://buildozer.readthedocs.io/en/latest/specifications.html
##############################################################################
[app]
# (str) Title of your application
title = induperator
# (str) Package name
@suizokukan
suizokukan / gist:cb88cb6848419060bf4678d573ad4025
Last active November 9, 2018 16:51
console output for "buildozer android debug logcat"
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
@suizokukan
suizokukan / gist:8362c40153981bd9828580f710913bc6
Created November 27, 2018 12:25
pyqtdeploy (demo/) : console log
$ python3 build-demo.py --verbose --source-dir=/home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/buildstuff/
Looking for '/home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/buildstuff/Python-3.7.*.tar.xz'
Found '/home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/buildstuff/Python-3.7.1.tar.xz'
Creating /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64
Creating /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64/build
Building zlib
Looking for '/home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/buildstuff/zlib-*.tar.gz'
Found '/home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/buildstuff/zlib-1.2.11.tar.gz'
Copying /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/buildstuff/zlib-1.2.11.tar.gz to /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64/build
Unpacking 'zlib-1.2.11.tar.gz'
@suizokukan
suizokukan / gist:764629c620807b711b413e690f26c286
Created November 27, 2018 12:34
pyqtdeploy (demo/) : config.log
Command line: -prefix /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64/qt -opensource -confirm-license -static -release -nomake examples -nomake tools -I /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64/include -L /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64/lib -ssl -openssl-runtime -opengl desktop -no-dbus -qt-pcre -skip qtactiveqt -skip qtconnectivity -skip qtdoc -skip qtgamepad -skip qtlocation -skip qtmultimedia -skip qtnetworkauth -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtsvg -skip qttools -skip qttranslations -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtxmlpatterns -qt-xcb
executing config test use_gold_linker
+ cd /home/sui/Desktop/induperator/induperator_qt_pyqtdeploy/demo/sysroot-linux-64/build/qt-everywhere-src-5.11.1/config.tests
@suizokukan
suizokukan / gist:8abb8437561048c63080575b54dce70a
Last active February 12, 2020 10:20
pyqtdeploy : demo build (target : linux_64)
# ############################################################################
# step by step : compile pyqt-demo for linux-64 architecture
#
# v. 5
#
# pyqtdeploy : www.riverbankcomputing.com/software/pyqtdeploy/
# mercurial : www.riverbankcomputing.com/hg/pyqtdeploy
# mailing list : http://python.6.x6.nabble.com/PyQt-f1792048.html
#
# ############################################################################