summaryrefslogtreecommitdiff
path: root/BUILD.md
AgeCommit message (Collapse)Author
2019-09-30Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.mdMiguel Jacq
2019-09-27Add missing fedora dependency to BUILD.mdMicah Lee
2019-09-22Typo in Qt versionMicah Lee
2019-09-20Finish updating instructions for building PyInstaller from sourceMicah Lee
2019-09-15Update Windows instructions, except building PyInstaller from sourceMicah Lee
2019-09-01Merge pull request #1018 from micahflee/1010_python3_distutilsMicah Lee
Add python3-distutils as a dependency
2019-09-01Update python and pyqt5 in BUILD.md, and for macOS install pyinstaller from ↵Micah Lee
pip instead of building from source
2019-09-01Add python3-distutils as a dependency, and also remove reduntant ↵Micah Lee
build-depends from stdeb.cfg
2019-09-01Change package in build instructions from python-flask-httpauth to ↵Micah Lee
python3-flask-httpauth
2019-06-12Added python-flask-httpauth dependwh1t3fang
added flask httpauth depend to the install instructions for debian. Otherwise, this exception appears. ImportError: No module named 'flask_httpauth'
2019-05-07Update build instructions, and fix typo in changelogMicah Lee
2019-05-06Update macOS build instructionsMicah Lee
2019-04-22Write script to build source packageMicah Lee
2019-04-22Update release docs to include making a source packageMicah Lee
2019-04-22Upgrade Windows build instructionsMicah Lee
2019-04-22Fix typo in macOS notarize section of BUILD.md, and add note that it isn't ↵Micah Lee
ready yet
2019-04-21Add release documentation to BUILD.mdMicah Lee
2019-02-21Remove python3-distutils from BUILD.md as wellMicah Lee
2019-02-10Update build instructionsMicah Lee
2019-01-26Remove PyInstaller from requirements.txt, because it now breaks CircleCIMicah Lee
2019-01-26Add instructions to build PyInstaller from source, to avoid AV false positivesMicah Lee
2019-01-25Update build instructions to use Python 3.7 and Qt 5.11.3Micah Lee
2019-01-18Update tests section in BUILD.md to give instructions on using --rungui to ↵Micah Lee
run GUI tests
2018-12-21Add python3-distutils dependencyMicah Lee
2018-11-18Merge branch 'develop' into v3-revisitedMicah Lee
2018-10-25Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info ↵Micah Lee
to the build instructions
2018-10-13Update test documentationMiguel Jacq
2018-10-11Remove python3-cryptography dependencyMicah Lee
2018-10-11Add instructions for making sure you have pytest in your path (which you ↵Micah Lee
don't by default in debian stretch)
2018-10-11Bump python required version down to 3.5.3, and finish removing python3-nacl ↵Micah Lee
as a dependency
2018-09-27Add Tor GUI unit testsMiguel Jacq
2018-09-27Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test ↵Miguel Jacq
dependencies. Update various paths. Add GUI unit tests docs to BUILD.md
2018-09-20Make fedora and debian dependencies get added to packages builtMicah Lee
2018-09-18For Mac build instructions, update a command to use Python 3.7 instead of ↵Micah Lee
3.6, and install pip dependencies without sudo. For Windows, install requirements.txt instead of requirements-windows.txt. Also pywin32 is no longer a dependency, so remove it from build instructions.
2018-09-17Merge branch 'develop' into update-depsMicah Lee
2018-09-17Update Mac deps to python 3.7.0 and Qt 5.11.1Micah Lee
2018-09-17Update Windows deps to python 3.7.0, pywin32 223, and Qt 5.11.1Micah Lee
2018-09-16Fix conflictsMiguel Jacq
2018-09-14Merge branch '685_use_dist_socks' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-685_use_dist_socks
2018-09-04Use the distribution's PySocks module instead of our custom versionMiguel Jacq
2018-08-21Introduce v3 onion supportMiguel Jacq
2018-08-15Add explicit dependency on rpm-build in the BUILD.md. Add a link to ↵Miguel Jacq
community-provided OpenSuSE instructions
2018-06-18Oops, download 32-bit 7zip in build instructionsMicah Lee
2018-06-18Update Windows build instructions to include newer versions of softwareMicah Lee
2018-01-21Add instruction to update Python 3.6's internal certificate store, to avoid ↵Miguel Jacq
validation error on archive.torproject.org
2018-01-17Typo in 7-Zip URLMicah Lee
2018-01-17Merge branch '435_support_bridges' of https://github.com/mig5/onionshare ↵Micah Lee
into mig5-435_support_bridges
2018-01-17Merge branch 'master' of github.com:micahflee/onionshare into windows-1.2Micah Lee
2018-01-17Fix issue with Windows codesigningMicah Lee
2018-01-17resolve conflictsMiguel Jacq