Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce0b130d6ceb
Choose a base ref
...
head repository: solvespace/solvespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 945a28277f4e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 13, 2019

  1. Copy the full SHA
    945a282 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ Before building, check out the project and the necessary submodules:

git clone https://github.com/solvespace/solvespace
cd solvespace
git submodule update --init extlib/libdxfrw
git submodule update --init extlib/libdxfrw extlib/flatbuffers extlib/q3d

After that, build SolveSpace as following:

@@ -94,7 +94,7 @@ Before building, check out the project and the necessary submodules:

git clone https://github.com/solvespace/solvespace
cd solvespace
git submodule update
git submodule update --init

After that, build 32-bit SolveSpace as following:

@@ -169,7 +169,7 @@ Before building, check out the project and the necessary submodules:

git clone https://github.com/solvespace/solvespace
cd solvespace
git submodule update --init extlib/libdxfrw
git submodule update --init extlib/libdxfrw extlib/flatbuffers extlib/q3do

After that, build SolveSpace as following: