Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
e15509e4
Commit
e15509e4
authored
Jul 27, 2016
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Infrastructure: Address issue #414, build instructions.
parent
ce6e237c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
README.md
README.md
+11
-4
revision.h
glslang/Include/revision.h
+1
-1
No files found.
README.md
View file @
e15509e4
...
@@ -57,14 +57,21 @@ Building
...
@@ -57,14 +57,21 @@ Building
### Build steps
### Build steps
#### 1) Check-Out
External Projects
#### 1) Check-Out
this project
```
bash
```
bash
cd
<the directory glslang was cloned to, External will be a subdirectory>
cd
<parent of where you want glslang to be>
git clone git@github.com:KhronosGroup/glslang.git
```
#### 2) Check-Out External Projects
```
bash
cd
<the directory glslang was cloned to,
"External"
will be a subdirectory>
git clone https://github.com/google/googletest.git External/googletest
git clone https://github.com/google/googletest.git External/googletest
```
```
####
2
) Configure
####
3
) Configure
Assume the source directory is
`$SOURCE_DIR`
and
Assume the source directory is
`$SOURCE_DIR`
and
the build directory is
`$BUILD_DIR`
:
the build directory is
`$BUILD_DIR`
:
...
@@ -87,7 +94,7 @@ cmake $SOURCE_DIR -DCMAKE_INSTALL_PREFIX=`pwd`/install
...
@@ -87,7 +94,7 @@ cmake $SOURCE_DIR -DCMAKE_INSTALL_PREFIX=`pwd`/install
The CMake GUI also works for Windows (version 3.4.1 tested).
The CMake GUI also works for Windows (version 3.4.1 tested).
####
3
) Build and Install
####
4
) Build and Install
```
bash
```
bash
# for Linux:
# for Linux:
...
...
glslang/Include/revision.h
View file @
e15509e4
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "SPIRV99.13
48
"
#define GLSLANG_REVISION "SPIRV99.13
51
"
#define GLSLANG_DATE "27-Jul-2016"
#define GLSLANG_DATE "27-Jul-2016"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment