Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update INSTALL.md #32

Merged
merged 2 commits into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Let wmi_query and wmi_query_rsop return any error and do not consider it as error when a class is not found.
[#26](https://github.com/greenbone/openvas-smb/pull/26)
- Use results of pkgconfig for gnutls.[#30](https://github.com/greenbone/openvas-smb/pull/30)
- Update INSTALL.md: Update reference system and add new dependency. [#32](https://github.com/greenbone/openvas-smb/pull/32)

[20.08.0]: https://github.com/greenbone/openvas-smb/compare/v1.0.5...master
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ INSTALLATION INSTRUCTIONS FOR OPENVAS-SMB
=========================================

Please note: The reference system used by most of the developers is Debian
GNU/Linux 'Stretch' 9. The build might fail on any other system. Also, it is
GNU/Linux 'Buster' 10. The build might fail on any other system. Also, it is
necessary to install dependent development packages.

Prerequisites for openvas-smb
Expand All @@ -14,11 +14,13 @@ Prerequisites for openvas-smb
* heimdal-dev | heimdal-multidev >= 1.6.0
* libpopt-dev
* libglib2.0-dev
* libunistring-dev

Install prerequisites on Debian GNU/Linux 'Stretch' 9:

apt-get install gcc cmake pkg-config gcc-mingw-w64 libgnutls28-dev \
perl-base heimdal-dev libpopt-dev libglib2.0-dev
perl-base heimdal-dev libpopt-dev libglib2.0-dev \
libunistring-dev

Compiling openvas-smb
---------------------
Expand Down