mirror of
https://github.com/philippechataignon/wxscrab_gen
synced 2024-11-15 19:48:05 +01:00
5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
cd gen
|
|
swig -python dic.i
|
|
python3 setup.py install --user
|
|
scons
|