Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
ffbbeecf
Commit
ffbbeecf
authored
7 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Niceity of output/readme changes.
parent
f0579244
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-all.sh
+6
-1
6 additions, 1 deletion
build-all.sh
ubuntu16_files/README.txt
+7
-5
7 additions, 5 deletions
ubuntu16_files/README.txt
with
13 additions
and
6 deletions
build-all.sh
+
6
−
1
View file @
ffbbeecf
...
...
@@ -10,6 +10,11 @@ if [ "$PEASOUP_UMBRELLA_DIR" != "$FULL_BUILD_LOC" ]; then
exit
1
;
fi
echo
echo
"Building Zipr toolchain."
echo
SCONSDEBUG
=
""
if
[[
"
$*
"
=
~
"--debug"
]]
;
then
SCONSDEBUG
=
" debug=1 "
...
...
@@ -143,6 +148,6 @@ $PEDI_HOME/pedi -m manifest.txt
echo
echo
echo
"
peasoup/cfar_umbrella Overall
build complete."
echo
"
Zipr toolchain
build complete."
echo
echo
This diff is collapsed.
Click to expand it.
ubuntu16_files/README.txt
+
7
−
5
View file @
ffbbeecf
...
...
@@ -4,13 +4,15 @@ Steps to installing.
0) Unpack the tarball (likely called zipr_toolchain.tgz) -- you must have done this already
to be reading this!
1) Switch to the directory created during unpacking. i.e., cd zipr_toolchain
2)
Copy your ida.key for IdaPro7.0 to ./idaproCur/ida.key
2)
Run "source set_env_vars"
3) Run "./ubuntu16_files/install.sh" in this directory -- lots of packages
will be installed.
4) Run "source set_env_vars"
5) This step sets up postgres to hold the Zipr database. If you already
4) Copy your ida.key for IdaPro7.0 to ./idaproCur/ida.key. Alternately, if you have a UVA CS
account, you can use the UVA-CS dependability group's IDA server. To use this, run
"source set_ida_server".
5) Run "postgres_setup.sh"
This step sets up postgres to hold the Zipr database. If you already
have postgres configured, it may damage your data. Use with appropriate caution.
Run "postgres_setup.sh"
6) Test the installation:
run "cd /tmp; $PSZ /bin/ls ./ls.ziprd"
You should see the Zipr toolchain protecting /bin/ls and writing results into the file
...
...
@@ -18,7 +20,7 @@ Steps to installing.
Run the rewritten program as if it were /bin/ls: "/tmp/ls.ziprd"
If you log out and log back in (or log into a new session), you'll need to re-run steps 1 and
4
If you log out and log back in (or log into a new session), you'll need to re-run steps 1 and
2
before using the toolchain again. You may wish to automate this step by adding it to your .bashrc
file or other, appropriate login files.
...
...
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
742e166a
·
6 years ago
mentioned in commit
742e166a
mentioned in commit 742e166a24f4b0527a3a74d9918a3b9c7f0bc439
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment