summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* Update github actions for modern OSesAlexander Amelkin2023-01-111-4/+7
| | | | | | Add Ubuntu 22.04, MacOS 12, Windows Server 2022 Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* doc, ci: Fix an error in package name for WindowsAlexander Amelkin2020-07-161-1/+1
| | | | | | it's dos2unix, not unix2dos Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* doc: Fix a small typo in INSTALLAlexander Amelkin2020-07-061-1/+1
| | | | Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* doc: Update INSTALL with Windows infoAlexander Amelkin2020-07-041-0/+16
| | | | | | | | | | | | | | The documentation now contains instructions on how to build on Windows. The instructions have been verified and added to a continous integration workflow with the previous commit, so Windows buildability will from now on be automatically verified. Resolves: ipmitool/ipmitool#148 (ipmitool for win with FreeIPMI) ipmitool/ipmitool#200 (windows build error) ipmitool/ipmitool#201 (windows build error) ipmitool/ipmitool#203 (no lanplus on windows) Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* doc: Update INSTALL for new CIAlexander Amelkin2020-07-041-9/+29
| | | | | | | Update according to the new GitHub CI build configuration. Add information regarding prerequisites for macOS X 10.15. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* configure: Drop requirement for curses et. al libsAlexander Amelkin2019-12-051-2/+2
| | | | | | | | Libraries ncurses, curses, tinfo and termcap are not actually needed as the tgetent() function listed as required is not actually used anywhere in the code. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* doc: Update INSTALL to fix installation errorsAlexander Amelkin2019-11-291-1/+1
| | | | | | | The `sudo` was missing from `make install` which prevented installation if build is performed, as it should be, by an unpriviliged user. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* Docs: Add info on packages to install on Ubuntu 16.04John L. Villalovos2019-11-151-0/+6
| | | | | | | | Add some documenation on packages to install on Ubuntu 16.04 and Fedora 31 before building the software. This will make it easier for people who are building ipmitool as they won't need to figure out all the package dependencies on their own.
* ci: Update INSTALL to reflect recent changesAlexander Amelkin2019-04-151-8/+24
| | | | Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
* Add INSTALL and NEWS, mandated by autoconfDennis Schridde2016-04-111-0/+370