> Follow these steps: > - Remove the old git repo. > - Delete every file installed by racket within ~/.local. > - rm -rf "~/.racket/6.*" > - mkdir -p "~/.local/bin" > - export PATH="$PATH:~/.local/bin" > - git clone --depth 1 --single-branch > https://github.com/racket/racket.git racket-git > - cd racket-git > - copy the patch > - patch -p1 -i racket-arm-unwind.patch > - cd racket/src > - ./configure --enable-shared --prefix="~/.local" --enable-libffi > - make > - make install > - raco pkg install --auto main-distribution (or any other raco package)
Great, it worked. Many thanks again. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.