Skip to content

Commit

Permalink
Instalo localmente
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Jul 9, 2024
1 parent c8c3fa6 commit 0696376
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Debug
build
test_save_config.cfg
.idea
doxygen-awesome-css
15 changes: 9 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ uninstall:
valgrind: debug
cd tests/unit-tests && $(MAKE) valgrind

docs: | /usr/local/share/doxygen-awesome-css/
serve: docs
cd build/html && python3 -m http.server

docs: | doxygen-awesome-css
doxygen

/usr/local/share/doxygen-awesome-css/:
curl -fsSL https://github.com/jothepro/doxygen-awesome-css/archive/refs/tags/v2.3.3.tar.gz | tar -xz
sudo make install -C doxygen-awesome-css-*
rm -rf doxygen-awesome-css-*
doxygen-awesome-css:
mkdir -p doxygen-awesome-css
curl -fsSL https://github.com/jothepro/doxygen-awesome-css/archive/refs/tags/v2.3.3.tar.gz \
| tar -xvzC doxygen-awesome-css --wildcards --strip-components=1 'doxygen-awesome-css-*/doxygen-awesome*'

.PHONY: all clean debug test install uninstall valgrind docs
.PHONY: all clean debug test install uninstall valgrind serve docs

0 comments on commit 0696376

Please sign in to comment.