summaryrefslogtreecommitdiff
path: root/BUILD.md
AgeCommit message (Collapse)Author
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
2018-01-17Extract tor and obfs4proxy executables from the main TorBrowser executable ↵Miguel Jacq
with 7-zip on Windows
2018-01-16Merge branch 'update_build_docs' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-update_build_docs
2018-01-16Update macOS build instructions and pip dependency versions, and also update ↵Micah Lee
stem for Windows as well
2018-01-16Change another Windows python 3.5 reference to 3.6Micah Lee
2018-01-16Change Windows build instructions reference from python 3.5 to 3.6, and ↵Micah Lee
remove the pyinstaller-script.py hack instructions becase they are not needed anymore
2018-01-15Updating Windows build deps, and recreating the nsis installer script for ↵Micah Lee
new files
2018-01-16Add obfs4proxy as a dependency on Debian/Fedora-like distros, for obfs4 ↵Miguel Jacq
bridge support
2018-01-16Link to the Linux Distribution Support wiki doc for help building from ↵Miguel Jacq
source, due to various differences in Tor, Stem, Stdeb versions
2018-01-15Update build instructions for Windows, using newer software. And rename ↵Micah Lee
installer to onionshare-setup.exe
2017-07-09Remove references to nosetests, and replace them with pytestMicah Lee
2017-04-13Add tor as a linux dependencyMicah Lee
2017-02-22Updated the version of NSISMicah Lee
2017-02-22Update Windows build script to work with PyInstaller, update readme about ↵Micah Lee
only having onionshare-gui.exe, and update PyInstaller spec to create an 'onionshare' folder instead of an 'onionshare-gui' one
2017-02-21Update Windows build instructions, and also Windows pip requirementsMicah Lee
2017-02-21Update macOS build instructions, and install pip deps from a requirements.txtMicah Lee
2017-01-08Updated windows pip requirements, and improved build instructions for ↵Micah Lee
pyinstaller
2017-01-07Use a virtualenv, and put pip deps in requirements.txtMicah Lee
2017-01-07Add pyinstaller dependency to build instructions, and remove cx_FreezeMicah Lee