Skip to content

londonhackspace/txt2mol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Windows:

  • Compile txt2mol.sln in VC9+
  • Test the output binary:
txt2mol.exe TEST.TXT

For Linux:

wget http://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe -O /tmp/vcredist_x86.exe
wine /tmp/vcredist_x86.exe && rm /tmp/vcredist_x86.exe
  • Test the pre-built binary:
cd sample
./txt2mol.exe TEST.TXT

Releases

No releases published

Packages

No packages published