ooqosa.blogg.se

Instaling Scribble It!
Instaling Scribble It!





instaling Scribble It!

Since this is a JSON-like object, remember to remove the comma on the CPPDEFINES line! Then comment out lines starting around the 157 mark, to remove the vfp3 and simulator parts. Next we need to tell the compiler to use the armv6 architecture for the compilation:Īnd then edit deps/v8/SConstruct around the line 82 mark, to add “ -march=armv6”: $ git checkout v0.6.15 (to checkout the most recent stable version (at time of writing)) $ mkdir ~/nodeDL & cd ~/nodeDL (to make a temporary place to download and compile) $ sudo apt-get install git-core build-essential libssl-dev (to installed needed packages) Unfortunately Node.JS requires ARMv5 architecture, but luckily for us, the Raspberry Pi’s CPU is based on ARMv6, we just need to tell the compiler to use it! This is down to Debian using a default of ARMv4 architecture, to try and target the widest range of devices by default. I’m using the Debian Squeeze image, and though installing the prerequisites and the majority of the build goes smoothly, I ran into a problem building the V8 engine:Įrror: #error “For thumb inter-working we require an architecture which supports blx” Compiling and installing node is not difficult, but requires a few tweaks to the standard system before it will compile. If i add some other package like /google/uuid or julienschmidt/httprouter, it works perfectly.Įxtra-info go version go1.16.I have a few applications in mind for my Raspberry Pi, and one uses Node.JS. home/jerome/Documents/code/go/domainhex/src//nanobox-io/golang-scribble So i pwd to get the path and use it to run the same cmd as previously nanobox-io]$ nanobox-io]$ nanobox-io]$ find /home/jerome/Documents/code/go/domainhex/src//nanobox-io -name golang-scribble There is the thing completly weird, i cd follow the link and the package golang-scribble is present at the right place.

instaling Scribble It!

So i searched it: nanobox-io]$ find /home/jerome/Documents/code/go/domainhex/src//nanobox.io -name golang-scribbleįind: ‘/home/jerome/Documents/code/go/domainhex/src//nanobox.io’: No such file or directory

instaling Scribble It!

usr/lib/go/src//nanobox.io/golang-scribble (from $GOROOT)

instaling Scribble It!

/pkg/storage/json/repository.go:14:2: cannot find package "/nanobox.io/golang-scribble" in any of: I did go get /nanobox-io/golang-scribble, but when i try to run the main.go i get the error beer-server]$ go run main.go







Instaling Scribble It!