From: Alexander Turenko <alexander.turenko@tarantool.org> To: Kirill Yukhin <kyukhin@tarantool.org> Cc: Alexander Turenko <alexander.turenko@tarantool.org>, tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH 1/3] Update README.FreeBSD Date: Sat, 3 Nov 2018 07:29:32 +0300 [thread overview] Message-ID: <a16daf75ce7c36ee4b1bbe33ec1b5827543269c5.1541219191.git.alexander.turenko@tarantool.org> (raw) In-Reply-To: <cover.1541219191.git.alexander.turenko@tarantool.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
next prev parent reply other threads:[~2018-11-03 4:29 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-11-03 4:29 [tarantool-patches] [PATCH 0/3] Fix FreeBSD build Alexander Turenko 2018-11-03 4:29 ` Alexander Turenko [this message] 2018-11-03 4:29 ` [tarantool-patches] [PATCH 2/3] Add <netinet/in.h> include on FreeBSD Alexander Turenko 2018-11-03 4:29 ` [tarantool-patches] [PATCH 3/3] Make libdl.so optional (for FreeBSD prior to 11.2) Alexander Turenko 2018-11-03 6:23 ` [tarantool-patches] [PATCH 0/3] Fix FreeBSD build Vladimir Davydov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=a16daf75ce7c36ee4b1bbe33ec1b5827543269c5.1541219191.git.alexander.turenko@tarantool.org \ --to=alexander.turenko@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 1/3] Update README.FreeBSD' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox