Skip to content

Commit 370fcfc

Browse files
committed
Added note for WSL users about libxrender1 dependency
1 parent 4c2992d commit 370fcfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/source/users/rmg/installation/anacondaDeveloper.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
3838

3939
b. On Fedora and Red Hat derivatives (RHEL 8+) the package manager is ``dnf`` ::
4040

41-
sudo dnf install git gcc gcc-c++ make
41+
sudo dnf install git gcc gcc-c++ make libxrender1
4242

4343
c. For Red Hat 7 and lower, replace ``dnf`` with ``yum`` in the preceding.
4444

4545
d. On openSUSE the package manager is ``zypper``::
4646

47-
sudo zypper install git gcc gcc-c++ make
47+
sudo zypper install git gcc gcc-c++ make libxrender1
4848

4949
e. On Manjaro or Arch Linux the package manager is ``pacman`` ::
5050

51-
sudo pacman -S git gcc make
51+
sudo pacman -S git gcc make libxrender1
5252

5353
f. For MacOS users, the above packages can be easily obtained by installing the XCode Command Line Tools.
5454
These are a set of packages relevant for software development which have been bundled together by Apple.

0 commit comments

Comments
 (0)