Skip to content

Commit

Permalink
removed configure and libtool since autogen makes them
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bland committed Aug 26, 2022
1 parent b7cf1ee commit 2495dd6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26,706 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
depcomp
compile
install-sh
configure
libtool
aclocal.m4
autom4te.cache/
config.log
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Minitor is an embedded implementation of Tor that allows an application to easil
# Installation

## Installation on Linux
Minitor requires that wolfSSL is installed separately on linux [click here](https://github.com/wolfSSL/wolfssl).
Minitor requires that wolfSSL is installed separately on linux, currently wolfSSL doesn't support expanded ed25519 keys that Tor requires so our port of wolfSSL must be used [click here](https://github.com/jpbland1/wolfssl-expanded-ed25519).
Then the linux port can be installed:
```
git checkout linux
Expand Down
Loading

0 comments on commit 2495dd6

Please sign in to comment.