diff options
| author | Dante Catalfamo | 2020-07-25 03:24:44 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-07-25 03:24:44 -0400 | 
| commit | 3d3b00df9e88f7ed292c281ffaad3d3090cadea4 (patch) | |
| tree | 970052e6219a401698dbfcd0b00bf88e59a45dc3 /content | |
| parent | ed88b9169887eea646e14ff47a91c06fa02112a3 (diff) | |
| download | blog-3d3b00df9e88f7ed292c281ffaad3d3090cadea4.tar.gz blog-3d3b00df9e88f7ed292c281ffaad3d3090cadea4.tar.bz2 blog-3d3b00df9e88f7ed292c281ffaad3d3090cadea4.zip | |
rakudo-star: more work on post
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/openbsd-compiling-rakudo-star/index.org | 17 | 
1 files changed, 9 insertions, 8 deletions
| diff --git a/content/posts/openbsd-compiling-rakudo-star/index.org b/content/posts/openbsd-compiling-rakudo-star/index.org index dd5133b..ecb4b90 100644 --- a/content/posts/openbsd-compiling-rakudo-star/index.org +++ b/content/posts/openbsd-compiling-rakudo-star/index.org @@ -74,9 +74,10 @@ cd ..  Running =rstar install= then began compiling things. =rstar install=  will install rakudo star into the build directory by default, but you -can change that with =-p= to specify a prefix location. MoarVM and nqp -both compiled and installed fine, but when it came to compiling -Rakudo, with a memory allocation error message. +can change that with =-p= to specify a prefix location. + +MoarVM and nqp both compiled and installed fine, but when it came to +compiling Rakudo, it failed with a memory allocation error message.  #+BEGIN_SRC  +++ Generating	gen/moar/Compiler.nqp @@ -102,7 +103,7 @@ what the problem was.  #+BEGIN_SRC shell  cd src/rakudo-2020.02.1  ./Configure.pl --prefix /home/dante/star/ -make install +make  #+END_SRC  While rakudo was compiling, I monitored memory usage in a separate @@ -140,8 +141,8 @@ the following message.  Alright! -I added to my path by editing my =~/.profile= and added the following -line. +I added the specified directories to my path by editing =~/.profile= +and inserting the following line.  #+BEGIN_SRC diff  --- .profile	Sat Jul 25 06:42:48 2020 @@ -158,5 +159,5 @@ I chose to keep it in the =star= directory instead of installing it to  =/usr/local= in case the version of rakudo in ports gets updated some  time. -I now have a proper up to date version of raku running on my OpenBSD -machine! Happy hacking! +I now have an up to date version of raku running on my OpenBSD +machine! | 
