Skip to content

114z/tdefnode-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized TDEFNODE

Getting all the local requirements setup to run this stuff is a pain, especially on macOS.

Requirements

Instructions

Clone the repo:

git clone [email protected]:jaredonline/tdefnode-docker.git

Change to the new cloned repository:

cd tdefnode-docker

Build the images:

docker-compose build

Move the files you want to process into the directory:

cp ~/PATH/TO/YOUR/FILES ./

Run the docker image:

docker-compose run --rm tdefnode NAME_OF_YOUR_FILE

The results of your processing will be in your local directory. To clean up any Docker related leftovers:

docker-compose down

Customization

tdefcom1.h.tmp contains a bunch of constant declarations that change the way TDEFNODE behaves. If you want / need to change any of those declarations, you can change them and re-run docker-compose build --force-rm to rebuild the Docker image and then re-run docker-compose run tdefnode PATH_TO_YOUR_INPUT.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published