Author Topic: Building Fuchsia  (Read 2993 times)

EnderNightLord-Chromebook

  • Newbie
  • *
  • Posts: 9
    • View Profile
Building Fuchsia
« on: October 09, 2018, 02:59:02 am »
Fuchsia OS Build
##############
fuchsia... the great OS that is
as unstable as chromeOS but
worse. What I mean is do this
with your own risk so parts of this
tutorial can break your computer if you
do some instructions wrong!

Chapter 1: getting the source
#######################

1. sudo su

2. apt-get -y install golang curl unzip git texinfo libglib2.0-dev autoconf libtool libsdl-dev build-essential

3. mkdir ~/.fuchsia_build_cached

4. cd ~

5. curl -s https://raw.githubusercontent.com/fuchsia-m.../bootstrap_jiri | bash -s fuchsia

6. cd fuchsia

7. export PATH=`pwd`/.jiri_root/bin:$PATH

8. jiri import fuchsia https://fuchsia.googlesource.com/manifest

9. jiri update

Chapter 2: Really Building
#####################

1. fx set x64 (for 64 bit arch) or fx set arm64 (for the arm 64 bit arch)

2. fx full build OR fx build full (one of them s right...)

Chapter 3: Booting (or known as the fun part)  
########################################

1. fx run OR to enable graphics: fx run -g (the best choice)

2. to enable internet: fx run -N -u $FUCHSIA_SCRIPTS_DIR/start-dhcp-server.sh

3. to receive deep wisdom, run: fortune

4. to shutdown: dm shutdown

Chapter 4: Links
#############

-->: Fuchsia Get Started Page

-->: Some Of My Findings (On GITHUB)

Chapter 5: Good Luck
##################

good luck when you try this
you may run into problems (MAY)
if you do tell me in the comments.

Oh and please ask any questions you have about this

THANK YOU!
« Last Edit: October 09, 2018, 02:59:59 am by EnderNightLord-Chromebook »