From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id AF7112F7D5 for ; Sat, 3 Nov 2018 00:29:43 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vtith8ZymeXr for ; Sat, 3 Nov 2018 00:29:43 -0400 (EDT) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id E30CC2F7B5 for ; Sat, 3 Nov 2018 00:29:42 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH 1/3] Update README.FreeBSD Date: Sat, 3 Nov 2018 07:29:32 +0300 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Kirill Yukhin Cc: Alexander Turenko , tarantool-patches@freelists.org --- README.FreeBSD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.FreeBSD b/README.FreeBSD index 3908d13ec..ca643279f 100644 --- a/README.FreeBSD +++ b/README.FreeBSD @@ -1,8 +1,8 @@ -Target OS: FreeBSD 10.1 (RELEASE) +Target OS: FreeBSD 10.4 (RELEASE) and FreeBSD 11.2 (RELEASE) 1. Install necessary packages: ------------- -pkg install sudo git cmake gmake readline +pkg install git cmake gmake readline icu 2. Download & build tarantool source code: @@ -19,11 +19,14 @@ gmake 3. Set up python 2.7 ------------- -From packages: -pkg install python27 py27-yaml py27-daemon py27-msgpack +Install testing dependences either from packages or from pip. -From pip: +3.1. From packages: +------------- +pkg install python27 py27-yaml py27-daemon py27-msgpack +3.2. From pip: +------------- pkg install py27-virtualenv virtualenv .venv source .venv/bin/activate -- 2.19.1