Simpler build, less dependencies (#827)

* Simpler build, less dependencies
* Follow ugly python linter
* Introduce Brewfile & Update Readme
* Make dist.sh target-specific
* Tidy up make output
* Get rid of cat and truncate (I still love cats tho)
* Suppress dd output
* Long live the cat
This commit is contained in:
Anna Prosvetova
2021-11-18 11:46:47 +03:00
committed by GitHub
parent cc044c5033
commit 4303945748
15 changed files with 273 additions and 198 deletions

4
.gitignore vendored
View File

@@ -24,6 +24,7 @@ __pycache__/
bindings/
.DS_Store
.mxproject
Brewfile.lock.json
# Visual Studio Code
.vscode/
@@ -31,3 +32,6 @@ bindings/
# legendary cmake's
build
CMakeLists.txt
# bundle output
dist