Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
June 10, 2013 Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
Hi, I'm just starting out with D and vibe, apologies if this is the wrong place to ask vibe questions. After installing DUB (dub-git on Arch Linux) and specifying vibe-d as a dependency of my project in 'package.json', I ran 'dub upgrade' and vibe was installed. However, I can't start vibe as the bin file isn't found. It's installed local to my user with vibe in ~/.dub/packages/vibe-d-0.7.15/bin This the recommended way to install vibe according to docs on the site. How have others installed vibe? Thanks in advance. |
June 10, 2013 Re: Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
Posted in reply to Greg Knapp | On Monday, June 10, 2013 03:21:26 Greg Knapp wrote: > Hi, > > I'm just starting out with D and vibe, apologies if this is the wrong place to ask vibe questions. > > After installing DUB (dub-git on Arch Linux) and specifying vibe-d as a dependency of my project in 'package.json', I ran 'dub upgrade' and vibe was installed. However, I can't start vibe as the bin file isn't found. It's installed local to my user with vibe in ~/.dub/packages/vibe-d-0.7.15/bin > > This the recommended way to install vibe according to docs on the site. How have others installed vibe? > > Thanks in advance. I believe that this is the correct place to ask: http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/ but if the main D forums were the place to ask, D.Learn would be better. Regardless, when you install dependencies via dub, I believe that it normally installs them in the .dub directory of your project, which works just fine for libraries (which I thought that vibe was, though I've never used it). I don't know how you'd deal with calling programs that were installed as executables. Regardless, the link I gave you is to the dub-specific forums, so while some folks here may be able to help you, the folks there definitely can. - Jonathan M Davis |
June 10, 2013 Re: Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | Thanks, I'll ask there. |
June 10, 2013 Re: Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
Attachments:
| On Sun, 2013-06-09 at 18:37 -0700, Jonathan M Davis wrote: […] > I believe that this is the correct place to ask: > > http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/ […] I am in the camp of "forum hater" which I know means 50% of people hate me, but… if stuff doesn't arrive in my email it doesn't exist. I am assuming that although VibeNews behaves as an NNTP newsgroup as well as a classic Web-based forum, it doesn't support SMTP mail interaction. Perhaps this could be an evolution? Perhaps then the infrastructure could be used for all D activity as a "dog fooding" activity? -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder@ekiga.net 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel@winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder |
June 10, 2013 Re: Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
On Monday, June 10, 2013 07:32:53 Russel Winder wrote:
> On Sun, 2013-06-09 at 18:37 -0700, Jonathan M Davis wrote: […]
>
> > I believe that this is the correct place to ask:
> >
> > http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/
>
> […]
>
> I am in the camp of "forum hater" which I know means 50% of people hate me, but… if stuff doesn't arrive in my email it doesn't exist. I am assuming that although VibeNews behaves as an NNTP newsgroup as well as a classic Web-based forum, it doesn't support SMTP mail interaction.
>
> Perhaps this could be an evolution? Perhaps then the infrastructure could be used for all D activity as a "dog fooding" activity?
You'll have to take that up with the rejectedsoftware folks. It's their forum. The main D forums are set up to use newsgroups as their backend while allowing users to also interact via a web forum and e-mail, but AFAIK, they are unique in that regard. So, I wouldn't expect anyone else to be doing that unless they used the same software - which the rejectdsoftware folks could do, but it's up to them. On a related note, I believe that Vladimir was looking making the main D forums' software use vibe.d, but I don't know where he is with that.
- Jonathan M Davis
|
June 12, 2013 Re: Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis Attachments:
| On 06/10/2013 03:46 PM, Jonathan M Davis wrote:
> On Monday, June 10, 2013 07:32:53 Russel Winder wrote:
>> On Sun, 2013-06-09 at 18:37 -0700, Jonathan M Davis wrote: […]
>>
>>> I believe that this is the correct place to ask:
>>>
>>> http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/
>>
>> […]
>>
>> I am in the camp of "forum hater" which I know means 50% of people hate me, but… if stuff doesn't arrive in my email it doesn't exist. I am assuming that although VibeNews behaves as an NNTP newsgroup as well as a classic Web-based forum, it doesn't support SMTP mail interaction.
>>
>> Perhaps this could be an evolution? Perhaps then the infrastructure could be used for all D activity as a "dog fooding" activity?
>
> You'll have to take that up with the rejectedsoftware folks. It's their forum. The main D forums are set up to use newsgroups as their backend while allowing users to also interact via a web forum and e-mail, but AFAIK, they are unique in that regard. So, I wouldn't expect anyone else to be doing that unless they used the same software - which the rejectdsoftware folks could do, but it's up to them. On a related note, I believe that Vladimir was looking making the main D forums' software use vibe.d, but I don't know where he is with that.
>
> - Jonathan M Davis
>
I typically access the Rejected Software "forum" fine through NNTP, like
with the D groups themselves. It appears to work fine.
-Matt Soucy
|
June 12, 2013 Re: Installing vibe via DUB | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | On Monday, 10 June 2013 at 19:46:24 UTC, Jonathan M Davis wrote:
> You'll have to take that up with the rejectedsoftware folks. It's their forum.
> The main D forums are set up to use newsgroups as their backend while allowing
> users to also interact via a web forum and e-mail, but AFAIK, they are unique
> in that regard. So, I wouldn't expect anyone else to be doing that unless they
> used the same software - which the rejectdsoftware folks could do, but it's up
> to them. On a related note, I believe that Vladimir was looking making the
> main D forums' software use vibe.d, but I don't know where he is with that.
>
> - Jonathan M Davis
Vibed.org forums are similar but use own vibe.d-based front-end instead of DFeed.
|
Copyright © 1999-2021 by the D Language Foundation