|
Perl 6
SMOP Hacking: Revision 13
SMOP uses a set of different tools and compilers, and it now uses CMake to manage its build process. The source is hosted at pugs svn repository: You need to checkout the entire pugs repository, as smop depends on other pugs projects, which are also in this repository. After that you can enter in the pugs/v6/smop directory. In order to compile SMOP, you should:
This should get everything compiled. Optionally you can try:
This won't work in Test::Harness >= 3.00 and <= 3.08. You can always do something like:
But this should give you raw test results, instead of the pretty Test::Harness report. This issue is fixed in Test::Harness 3.09. See also SMOP Debugging |