Instructions for installing AUTO-07p in various Unix-like environments
sudo apt update
sudo apt install git build-essential gcc gfortran
git clone https://github.com/auto-07p/auto-07p.git ~/auto/07p
cd ~/auto/07p
./configure
make
make clean
echo 'source ~/auto/07p/cmds/auto.env.sh' >> ~/.bashrc
source ~/.bashrc
sudo apt install tk-dev libpng-dev libffi-dev dvipng texlive-latex-base python3-pip python3-tk
pip3 install -U matplotlib --no-binary :all:
sudo apt install tk-dev libpng-dev libffi-dev dvipng texlive-latex-base python-pip python-tk python-matplotlib
pip install -U matplotlib --no-binary :all:
- Install WSL2 + Linux
- Install VcXsrv
- Create shortcut with target "C:\Program Files\VcXsrv\vcxsrv.exe" :0 -ac -terminate -lesspointer -multiwindow -clipboard -wgl -dpi auto
- Add inbound rule for vcxsrv.exe in Windows Defender advanced setting
- start VcXsrv by clicking shortcut (you may add this as a startup program for convenience)
- echo 'export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '"'"'{print $2}'"'"'):0' >> ~/.bashrc
- restart WSL shell
- install AUTO (see above)
- enjoy