This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit b9e6606
committed
feat: [#10] add Torrust Tracker dependencies for future source compilation
- Add pkg-config, libssl-dev, make, build-essential for OpenSSL support
- Add libsqlite3-dev, sqlite3 for SQLite3 database support
- Dependencies are for future source compilation to improve performance
- Currently using Docker but planning to compile from source to avoid Docker layer overhead
- Based on Torrust Tracker crate documentation requirements
- Resolves sqlite3 command not found error for source compilation1 parent a786666 commit b9e6606
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| |||
166 | 174 | | |
167 | 175 | | |
168 | 176 | | |
| 177 | + | |
169 | 178 | | |
170 | 179 | | |
171 | 180 | | |
| |||
0 commit comments