README.md
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 25 Apr 2017 14:08:12 -0700
changeset 1708 e360d1d26b1d
parent 1704 4c67bc06f3ac
permissions -rw-r--r--
25925227 Mesa should deliver EGL and GLES libraries PSARC/2017/085 Mesa should build and deliver EGL and GLES libraries in Solaris
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1704
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
# Getting started with the X Consolidation
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
## Getting Started
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
This README provides a very brief overview of the gate (i.e., source
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
code repository), how to retrieve a copy, and how to build it.  
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
## Overview
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
The X consolidation maintains a project at
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
     https://github.com/oracle/solaris-xorg
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
That repo contains Makefile, patches, IPS (i.e., pkg(7)) manifests,
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
and other files necessary to build, package and publish the Xorg bits
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
on Solaris.
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
## Getting the Bits
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
The canonical repository internal to Oracle is stored in Mercurial, and
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
is mirrored to an external Git repository on GitHub.  In order to build
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
or develop in the gate, you will need to clone it.  You can do so with
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
the following command.  
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
    $ git clone https://github.com/oracle/solaris-xorg your-clone
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
## Building the software
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
Please review BUILD_INSTRUCTIONS for details on how to build and generate
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
IPS packages.
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
# Copyright
4c67bc06f3ac 25862952 publisher change and prep for moving to github
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.