diff options
author | midipix <writeonce@midipix.org> | 2019-01-01 12:13:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-01 12:13:43 -0500 |
commit | b86636aeecea5f0a6afb0ac48ca29bd01ca78154 (patch) | |
tree | 5cdef9c0eedf221b3579e1c980342978fce18654 /README | |
parent | 49097cf670e117a32149fd25889a75ca81facddb (diff) | |
download | sofort-b86636aeecea5f0a6afb0ac48ca29bd01ca78154.tar.bz2 sofort-b86636aeecea5f0a6afb0ac48ca29bd01ca78154.tar.xz |
sofort: README: updated to reflect changes to config.project.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ First Use-Case: using sofort with an existing project into bfoo; the _include_ and _src_ sub-directories are place-holders, and may thus be removed. -* edit config.project: ignoring the #_build section for the time being, - and keeping all three components (front-end, shared, static) disabled. +* edit config.project, keeping all three components (front-end, shared, + static) disabled for the time being. * test that everything is ready: cd temp && /path/to/bfoo/configure --source-dir=/path/to/foo && make |