Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed READEME.md to have depend Pod::To::BigPage
  • Loading branch information
grizzlysmit committed Oct 7, 2016
1 parent 474742b commit 1b3cf97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,8 @@ To build the documentation web pages, simply run

In addition to the Perl 6 dependencies, you need to have `graphviz` installed.

Also install Pod::To::BigPage i.e. panda install Pod::To::BigPage then copy ~/.rakudobrew/moar-nom/install/share/perl6/site/bin/pod2onepage to ~/.rakudobrew/bin/

After the pages have been generated, you can view them on your local
computer by starting the included `app.pl` program:

Expand Down

8 comments on commit 1b3cf97

@zoffixznet
Copy link
Contributor

@zoffixznet zoffixznet commented on 1b3cf97 Oct 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then copy ~/.rakudobrew/moar-nom/install/share/perl6/site/bin/pod2onepage to ~/.rakudobrew/bin/

Users shouldn't be copying anything to anywhere. A correctly setup rakudobrew has all the paths correct from the get go. It's also used to maintain multiple rakudos on the same box, which this advice ruins. And most users won't be using rakudobrew.

All the dependencies installation can be done by simply running panda installdeps . or zef --depsonly install . without any hacks. If there are any issues, rakudobrew rehash after installation should solve them.

@grizzlysmit
Copy link
Contributor Author

@grizzlysmit grizzlysmit commented on 1b3cf97 Oct 8, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grizzlysmit
Copy link
Contributor Author

@grizzlysmit grizzlysmit commented on 1b3cf97 Oct 8, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zoffixznet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What sort of errors? I'm gonna try it out on a fresh install tomorrow...

@grizzlysmit
Copy link
Contributor Author

@grizzlysmit grizzlysmit commented on 1b3cf97 Oct 8, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zoffixznet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The . indicates the current directory and that directory would be the check out of this repository. Then the installers would find the included META6.json file,r ead the deps from it (including Pod::To::BigPage) and install it.

@zoffixznet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've run the tests on a fresh install and updated the instructions. If you use rakudobrew you just need to update the shims by running rakudobrew rehash after installing deps. No copying required.

@grizzlysmit
Copy link
Contributor Author

@grizzlysmit grizzlysmit commented on 1b3cf97 Oct 8, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.