Return-Path: X-Original-To: apmail-singa-commits-archive@minotaur.apache.org Delivered-To: apmail-singa-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EC78189AD for ; Mon, 11 Jan 2016 02:45:49 +0000 (UTC) Received: (qmail 52098 invoked by uid 500); 11 Jan 2016 02:45:49 -0000 Delivered-To: apmail-singa-commits-archive@singa.apache.org Received: (qmail 52076 invoked by uid 500); 11 Jan 2016 02:45:49 -0000 Mailing-List: contact commits-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list commits@singa.incubator.apache.org Received: (qmail 52067 invoked by uid 99); 11 Jan 2016 02:45:49 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 02:45:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A8DDDC0D66 for ; Mon, 11 Jan 2016 02:45:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id LEcmtihAifZR for ; Mon, 11 Jan 2016 02:45:37 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 68B53215D7 for ; Mon, 11 Jan 2016 02:45:37 +0000 (UTC) Received: (qmail 51508 invoked by uid 99); 11 Jan 2016 02:45:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 02:45:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5205DFE65; Mon, 11 Jan 2016 02:45:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wangwei@apache.org To: commits@singa.incubator.apache.org Date: Mon, 11 Jan 2016 02:45:37 -0000 Message-Id: <7f95da50c4de4adb901057571f5f5a27@git.apache.org> In-Reply-To: <8596e85a391244b2ad2efbe9dfed5384@git.apache.org> References: <8596e85a391244b2ad2efbe9dfed5384@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-singa git commit: Update Readme file to specify tested OS systems Update Readme file to specify tested OS systems Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/f495ff36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/f495ff36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/f495ff36 Branch: refs/heads/master Commit: f495ff36026ce5eb3426e76306f0eb6663cb4bb2 Parents: 198a049 Author: Wei Wang Authored: Mon Jan 11 10:45:07 2016 +0800 Committer: Wei Wang Committed: Mon Jan 11 10:45:07 2016 +0800 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/f495ff36/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 329f40b..d9d2e94 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The current code depends on the following external libraries: * `czmq` (Mozilla Public License Version 2.0) * `zookeeper` (Apache 2.0) +We have tested SINGA on Ubuntu 12.04, Ubuntu 14.01 and CentOS 6. You can install all dependencies into `$PREFIX` folder by ./thirdparty/install.sh all $PREFIX