Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
6888aa2
in buchla-68k for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/04/2017 06:31:21 PM (
7 years
ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6d3de83
,
73dd55f
Parents:
cbe2c15
Message:
Virtual Python environment for pycparser.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
rcbe2c15
r6888aa2
230
230
hatari/rem.py
231
231
232
virt:
233
python3 -m venv --without-pip virt
234
wget https://bootstrap.pypa.io/get-pip.py -O virt/get-pip.py
235
cd virt; . bin/activate; python3 get-pip.py; pip install pycparser
236
232
237
clean:
233
238
rm -rf build
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive