-
-
RB on WSL Mockup.md (Revision 1)
28 - Open a new project in PyCharm.
Windows
But really we should just be telling folks to use the Getting Started instructions for cloning stuff.
-
RB on WSL Mockup.md (Revision 1)
7 sudo apt-get install -y gcc make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git libmysqlclient-dev
typo:
barebones
-
-
Rough copy doc for dev environment on WSL
Review Request #10684 — Created Sept. 6, 2019 and updated
A rough copy for things that need to be added to the getting started section for better doc support for setting up a dev environment in WSL.
# Review Board on WSL
Before we set up the development environment, you need to enable and install a linux distrobution for Windows. You can find a complete guide for this here. Below are additions to each section that should be made for better doc support for WSL.
System Dependencies
WSL installs very barebones versions of Linux so you need to download and install some packages first. Run the following:
sudo apt-get install -y gcc make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git libmysqlclient-dev
Python
Run pip install wheel
after setting up PyEnv and Python.
Develop in Windows
Before downloading reviewboard you have two options:
1. Develop in your Linux distro using the terminal.
2. Use Visual Studio or PyCharm to remote develop
If you chose option one skip t