Changeset 6888aa2 in buchla-68k


Ignore:
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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rcbe2c15 r6888aa2  
    11build
     2virt
    23*.a
    34*.abs
     5notes.txt
  • Makefile

    rcbe2c15 r6888aa2  
    230230                                hatari/rem.py
    231231
     232virt:
     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
    232237clean:
    233238                                rm -rf build
Note: See TracChangeset for help on using the changeset viewer.