Daniel Brötzmann pushed to branch master at gajim / gajim
Commits: a85b9d44 by wurstsalat at 2026-03-21T22:17:22+01:00 ci: Windows: Update Python and Readme - - - - - 2 changed files: - win/README.md - win/_base.sh Changes: ===================================== win/README.md ===================================== @@ -10,9 +10,10 @@ ## Development * Execute `C:\msys64\msys2_shell.cmd -mingw64` * Run `pacman -S git` to install git * Run `git clone https://dev.gajim.org/USERNAME/gajim.git` -* Run `cd gajim/win` to end up where this README exists. -* Execute `./dev_env.sh` to install all the needed dependencies. -* Now go to the git root dir `cd ..` +* Run `cd gajim` +* Create a virtual environment with access to MSYS packages: `python -m venv .venv --system-site-packages` +* Activate the newly created environment: `source .venv/bin/activate` +* Execute `./win/dev_env.sh` to install all the needed dependencies * Launch Gajim `./launch.py` ### GTK Inspector ===================================== win/_base.sh ===================================== @@ -10,7 +10,7 @@ DIR="$( cd "$( dirname "$0" )" && pwd )" cd "${DIR}" MAJOR_PY_VERSION="3" -MINOR_PY_VERSION="13" +MINOR_PY_VERSION="14" PYTHON_VERSION="${MAJOR_PY_VERSION}.${MINOR_PY_VERSION}" BUILD_VERSION="0" View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/a85b9d4460210772603db242666b1ef5a217bd50 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/a85b9d4460210772603db242666b1ef5a217bd50 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
