New: [rhinstaller/anaconda/pulls/308 master] Add missing requirements

atodorov installerbot-noreply at redhat.com
Tue Aug 18 19:27:59 UTC 2015


There are some missing requirements needed before you can build or test anaconda. So far the best place for them seems in Makefile. 

gettext-devel and libtool are required before running ./autogen.sh. The rest are required before make ci.

Btw I'm planning to add some documentation about building and testing anaconda and the first thing will be
```
make -f Makefile.am install-buildrequires
make -f Makefile.am install-requires
./autogen.sh
./configure
```

so it's safe that these dependencies live in the makefile. 

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/308


More information about the anaconda-patches mailing list