compiling kopano from source.
- 
					
					
					
					
 Hai, I want to compile kopano from source. ( im not good with source builds,… that said )… So i did read : https://documentation.kopano.io/kopanocore_administrator_manual/compiling_from_source.html checkout https://stash.kopano.io/projects/KC/repos/kopanocore/browse/doc/install.txt pulled in the git sources. 
 cd in_to_kopano source
 and did run :./configure --help -bash: ./configure: No such file or directoryso what im i missing here, besides the missing file “configure” ? Is the documentation for building from source still correct? 
- 
					
					
					
					
 configureis a generated script and as such does not exist in git, only in source tarballs (which, I guess, have never caught on in this project). You need./bootstrap.shto generate it.
- 
					
					
					
					
 Thanks! a note is the INSTALL should be sufficient then. ;-)