mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
Removed noisy output from makefile
If people cannot figure out to install gcc, libssl etc, then they certainly cannot figure out how to use GB.
This commit is contained in:
19
Makefile
19
Makefile
@ -141,25 +141,6 @@ libcld2_full.so:
|
||||
|
||||
vclean:
|
||||
rm -f Version.o
|
||||
@echo ""
|
||||
@echo "*****"
|
||||
@echo ""
|
||||
@echo "If make fails on Ubuntu then first run:"
|
||||
@echo ""
|
||||
@echo "sudo apt-get update ; sudo apt-get install make g++ libssl-dev"
|
||||
@echo ""
|
||||
@echo ""
|
||||
@echo "If make fails on RedHat then first run:"
|
||||
@echo ""
|
||||
@echo "sudo yum install gcc-c++"
|
||||
@echo ""
|
||||
@echo ""
|
||||
@echo "If make fails on CentOS then first run:"
|
||||
@echo ""
|
||||
@echo "sudo yum install gcc-c++ openssl-devel"
|
||||
@echo ""
|
||||
@echo "*****"
|
||||
@echo ""
|
||||
|
||||
gb: vclean $(OBJS) main.o $(LIBFILES)
|
||||
$(CXX) $(DEFS) $(CPPFLAGS) -o $@ main.o $(OBJS) $(LIBS)
|
||||
|
Reference in New Issue
Block a user