You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For convenience, we recommend directly using the [Dev Container plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) of VSCode. The configuration files are in `godel-script/.devcontainer/`.
66
+
67
+
57
68
### Apply Patch On Soufflé Submodule
58
69
59
-
GödelScript uses a self-modified soufflé from a much older branch of public soufflé,
60
-
now we use patch to make sure it could be built successfully.
70
+
GödelScript uses a self-modified soufflé from a much older branch of public soufflé. Use these commands to clone.
71
+
72
+
```bash
73
+
git submodule init
74
+
git submodule update --recursive
75
+
```
61
76
62
-
Use this command to apply patch:
77
+
Now we use patch to make sure it could be built successfully. Use these commands to apply patch:
63
78
64
79
```bash
65
-
cd souffle
80
+
cdgodel-backend/souffle
66
81
git am ../0001-init-self-used-souffle-from-public-souffle.patch
0 commit comments