Update documentation on how to install novelWriter from source, and improve build script for pip

This commit is contained in:
Veronica Berglyd Olsen
2023-05-04 23:17:25 +02:00
parent 7a855a3520
commit 18cc8b91dc
2 changed files with 33 additions and 18 deletions
+5 -1
View File
@@ -11,9 +11,13 @@ echo " Building Packages"
echo "================================================================================"
echo ""
python3 setup.py qtlrelease manual sample
python3 setup.py sdist bdist_wheel
python3 -m build
mkdir -pv dist_upload
cp -v dist/novelWriter-*.whl dist_upload/
cd dist_upload
FILE=$(ls -t | head -1)
shasum -a 256 $FILE | tee $FILE.sha256
cd ..
echo ""
echo " Checking Packages"