Skip to content

Commit

Permalink
Install needed boost stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 2, 2024
1 parent 79ce359 commit c9df287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pa11y-install:
}

install: $(VENVDIR)
apt install libboost-system-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev -y

run: install
. $(VENV); sphinx-autobuild -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
Expand Down

0 comments on commit c9df287

Please sign in to comment.