#!/bin/bash |
|
cd /opt/ && git clone https://github.com/opencog/cogutils.git |
|
cd cogutils && mkdir build && cd build && cmake .. && make && make test |
|
cd /opt/ && git clone https://github.com/opencog/atomspace.git |
|
cd atomspace && mkdir build && cd build && cmake .. && make && make test |
|
cd /opt/ && git clone https://github.com/opencog/moses.git |
|
cd moses && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make && make test |
|
cd /opt/ && git clone https://github.com/opencog/opencog.git |
|
cd opencog && mkdir build && cd build && cmake .. && make && make test |
echo "OpenCog successfully built."
--
You received this message because you are subscribed to the Google Groups "opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/5c74a74a-8b86-43df-a657-c77f85e29153%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opencog+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.