aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILDING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
new file mode 100644
index 0000000..83ffcd0
--- /dev/null
+++ b/BUILDING.md
@@ -0,0 +1,11 @@
+### Pyinstaller build
+
+* `git pull`
+* Activate virtualenv (on Windows `.venv\Scripts\activate.bat`)
+* Remove `bcompiler-engine` and `datamaps` (`pip uninstall bcompiler-engine
+ datamaps`)
+* `pip install -e .` to reinstall in developer mode
+* `pyinstaller cli.py --name "dm" --onefile` to create the executible in `dist`
+ directory.
+* Upload to target download site
+