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
<p>The <code>cppsm</code> command is basically a set of fairly simple scripts that automate
164
+
<p>The <code>cppsm</code> command is basically a set of fairly simple
165
+
<atarget="_blank" href="https://en.wikipedia.org/wiki/Bash_(Unix_shell)">Bash <iclass="fas fa-xs fa-external-link-alt"></i></a> scripts that automate
164
166
various operations on projects adhering to the C++ submodule manager
165
167
<ahref="#conventions">conventions</a>. All the hard work is already done by
166
168
<atarget="_blank" href="https://git-scm.com/">Git <iclass="fas fa-xs fa-external-link-alt"></i></a>, <atarget="_blank" href="https://cmake.org/">CMake <iclass="fas fa-xs fa-external-link-alt"></i></a>, and other tools and
167
169
services used. Any <code>cppsm</code> project can be used and developed without the <code>cppsm</code>
168
170
command itself.</p>
171
+
<p><aid="cppsm-supported-platforms"></a>The <code>cppsm</code> command has been developed
172
+
with <atarget="_blank" href="https://en.wikipedia.org/wiki/Bash_(Unix_shell)">Bash <iclass="fas fa-xs fa-external-link-alt"></i></a> and used at least
173
+
under <atarget="_blank" href="https://www.apple.com/macos/">macOS <iclass="fas fa-xs fa-external-link-alt"></i></a>,
<p>There currently is no "native" Windows support. I personally have no need for
177
+
such support as I'm comfortable using <atarget="_blank" href="https://www.cygwin.com/">Cygwin <iclass="fas fa-xs fa-external-link-alt"></i></a> and
178
+
<atarget="_blank" href="https://gitforwindows.org/">Git BASH <iclass="fas fa-xs fa-external-link-alt"></i></a>. If you'd like to work on native Windows
179
+
support, or support for some other platform, then you are welcome to contribute
180
+
to the project!</p>
181
+
<p>At the moment the <code>cppsm</code> scripts have only been tested under
<p>To install the <code>cppsm</code> command you need to clone its
171
187
<atarget="_blank" href="https://github.com/cppsm/cppsm-cli">repository <iclass="fas fa-xs fa-external-link-alt"></i></a> and add its <code>bin</code> directory to
0 commit comments