Build micropython for Ubuntu Desktop

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
tarun2121
Posts: 9
Joined: Wed Oct 22, 2014 9:55 am

Build micropython for Ubuntu Desktop

Post by tarun2121 » Wed Oct 22, 2014 9:58 am

Hello all
I want to build micropython for Ubuntu desktop. I have downloaded the source code. Now which package i need to build the solution?

-tarun

blmorris
Posts: 348
Joined: Fri May 02, 2014 3:43 pm
Location: Massachusetts, USA

Re: Build micropython for Ubuntu Desktop

Post by blmorris » Wed Oct 22, 2014 2:11 pm

I think that my answer to this question this question may help here also.
-Bryan

Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

Re: Build micropython for Ubuntu Desktop

Post by Turbinenreiter » Wed Oct 22, 2014 2:18 pm

open terminal

cd whatever/micropython/unix
make
sudo make install

done

Post Reply