Thanks Sönke, I will try.

On Tue, 11 Mar 2014 19:25:09 +0100, Sönke Ludwig wrote:

Am 11.03.2014 13:45, schrieb can:

Hello,

I am not net connection in my home pc so I want offline work with vibe.d. it is possible and how?

What you can do is to install DUB on a PC with an internet connection
and then do:

dub fetch vibe-d
dub fetch openssl
dub fetch libevent

This will place the necessary files into ~/.dub/packages or
%APPDATA%\dub\packages on Windows. Copy over these files to the
offline computer (same path) and install DUB there and you should be
able to develop without going online.

I think I'll change the download zip file on vibed.org to contain all
necessary files to get started, so that this setup process gets a little
simpler.