Skip to content

Instantly share code, notes, and snippets.

@ugexe
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugexe/a6cb621ad743e5b057e9 to your computer and use it in GitHub Desktop.
Save ugexe/a6cb621ad743e5b057e9 to your computer and use it in GitHub Desktop.
# JVM
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl rakudobrew switch jvm
Switching to jvm-nom
Updating shims
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl6 -e "shell 'git clone -q git:
//github.com/ugexe/P6TCI.git';"
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>"C:/Users/Nick/Documents/Perl6/.ra
kudobrew/bin/../jvm-nom/install/bin/perl6.bat" -e "shell 'git clone -q git://git
hub.com/ugexe/P6TCI.git';"
ssh: Could not resolve hostname git: no address associated with name
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
# to show that we can use a r/o git operation with jvm succesfully
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl6 -e "shell 'git status';"
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>"C:/Users/Nick/Documents/Perl6/.ra
kudobrew/bin/../jvm-nom/install/bin/perl6.bat" -e "shell 'git status';"
HEAD detached at origin/win32
Untracked files:
(use "git add <file>..." to include in what will be committed)
../git_reference/
../moar-nom/
nothing added to commit but untracked files present (use "git add" to track)
################################################################################
# MoarVM
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl rakudobrew switch moar
Switching to moar-nom
Updating shims
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl6 -e "shell 'git clone -q git:
//github.com/ugexe/P6TCI.git';"
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>"C:/Users/Nick/Documents/Perl6/.ra
kudobrew/bin/../moar-nom/install/bin/perl6.bat" -e "shell 'git clone -q git://gi
thub.com/ugexe/P6TCI.git';"
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>ls
P6TCI nqp-m.bat panda-test perl6-jdb-server.bat
eval-client.pl panda panda.bat perl6-m.bat
moar.dll panda-build perl6-debug-j.bat perl6.bat
moar.dll.lib panda-cpanize perl6-debug-m.bat rakudobrew
moar.exe panda-fetch perl6-eval-server.bat redpanda
nqp-j.bat panda-install perl6-j.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment