https://github.com/tomylobo/eeltrans
See https://tomylobo.deviantart.com/art/Automated-AVSTrans-APE-beta-12811411
https://github.com/tomylobo/eeltrans
ape avs eeltrans
Last synced: 4 months ago
JSON representation
See https://tomylobo.deviantart.com/art/Automated-AVSTrans-APE-beta-12811411
- Host: GitHub
- URL: https://github.com/tomylobo/eeltrans
- Owner: TomyLobo
- Created: 2017-10-22T21:05:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T19:39:52.000Z (about 6 years ago)
- Last Synced: 2025-01-01T00:32:28.460Z (5 months ago)
- Topics: ape, avs, eeltrans
- Language: C++
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to build?
Just run "make" in the "AVSTrans_cpp" subdirectory.In theory, you should be able to compile and run this on any POSIX-compliant system with GCC installed, including Cygwin/Babun on Windows.
With some minor effort, it should run on Visual Studio, too.# How to run?
Syntax:./avstrans-cli < eeltrans-code.txt > avs-code.txt
# Linux binary
I also made a travis build for it, so there's a Linux release binary, too:
https://github.com/TomyLobo/eeltrans/releasesAs Binary releases for Linux go, this might not work on all Linux versions.
I tested it on my WSL (the windows bash thing) which is xenial.
The Travis worker ran on trusty, so that should work too.